Advertisement
Josif_tepe

Untitled

Feb 28th, 2024
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     int a, b;
  5.     scanf("%d%d", &a, &b);
  6.  
  7.     if(a > b) {
  8.         printf("A e pogolemo od B\n");
  9.     }
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement