Morass

Python needed

Mar 3rd, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. int a,b;
  4. int main(void){
  5.     while(scanf("%d%d",&a,&b)==2){
  6.         printf("Hi: %d\n",a*b);
  7.     }
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment