# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
17726 | Elibay | Energetic turtle (IZhO11_turtle) | C++98 | 2 ms | 376 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#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 time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |