6677

Untitled

May 27th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2. int main() {
  3. int num = 2147483646;
  4. num += 2;
  5. printf("%i", num);
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment