Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /* add c headers if necessary*/
  2.  
  3. /* Enter your code here. Read input from STDIN. Print output to STDOUT */
  4. int a,b;
  5. scanf("%d%d",&a,&b); // requires user input
  6. return 0;
Add Comment
Please, Sign In to add comment