Advertisement
Schknheit

Untitled

Mar 18th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main()
  5. {
  6. int a, b;
  7. printf ("ENTRE COM O NUMEROS");
  8. scanf("%d%d", &a, &b);
  9.  
  10. if(a!=b){
  11. printf("1");
  12. }
  13. else{
  14. printf("0");+
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement