Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.36 KB | None | 0 0
  1. #include<stdio.h>
  2. #include<stdlib.h>
  3. main()
  4. {
  5.       int n;
  6.       scanf("%d",&n);
  7.       if(n < 2147483648)
  8.       {
  9.            if(n % 2 != 0)
  10.                 {
  11.                     printf("sim");
  12.                 }
  13.                 else
  14.            {
  15.                 printf("nao");
  16.                 }
  17.                
  18.                 }
  19.          return(0);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement