Guest User

Untitled

a guest
Feb 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int main(void)
  2. {
  3. int a,b;
  4. scanf("%d", &a);
  5. scanf("%d", &b);
  6. printf("%d" ,a+b);
  7.  
  8. return 0;
  9. }
Add Comment
Please, Sign In to add comment