Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. int a = 0;
  6. int b = 0;
  7. scanf_s("%d %d", &a, &b);
  8. printf_s("%d %d\n", a, b);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement