Submission #17726

#TimeUsernameProblemLanguageResultExecution timeMemory
17726ElibayEnergetic turtle (IZhO11_turtle)C++98
0 / 100
2 ms376 KiB
#include <bits/stdc++.h> using namespace std; const int MaxN = 1e5 + 17, INF = 1e9 + 17; int n, m, k, t, z; int main () { cin >> n >> m >> k >> t >> z; cout << n * m; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...