[ create a new paste ] login | about

Link: http://codepad.org/66z3IRNm    [ raw code | output | fork ]

C++, pasted on Feb 4:
1
2
3
4
5
6
#include <stdio.h>

int main() {
  printf("%d %d", 4294967298, 8);
  return 0;
}


Output:
1
2
Line 4: error: integer constant is too large for 'long' type
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: