2 solutions
- 1
Information
- ID
- 6877
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 1
- Tags
- # Submissions
- 13
- Accepted
- 6
- Uploaded By
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main(){
ll a, b;
cin >> a >> b;
cout << a* b;
return 0;
}
By signing up a ZXOJ universal account, you can submit code and join discussions in all online judging services provided by us.