Advertisement
rengetsu

Proced_1_Pratyb_1.02

Feb 27th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     int a, b, plot;
  6.     cin>>a>>b;
  7.     plot=a*b;
  8.     cout<<plot<<endl;
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement