1 solutions
-
0
C++ :
#include<cstdio> #include<cstring> #include<cmath> #include<iostream> #include<algorithm> using namespace std; int main() { //freopen("input.txt","r",stdin); //freopen("output.txt","w",stdout); int t; cin>>t; while(t--) { int n,m; cin>>n>>m; cout<<(n*m)/5<<endl; } return 0; }
- 1
Information
- ID
- 18349
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By