# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
24033 | Mamnoon_Siam | Game (IOI13_game) | C++14 | 0 ms | 0 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;
void init(int R, int C)
{
return ;
}
void update(int P, int Q, long long K)
{
return ;
}
long long calculate(int P, int Q, int U, int V)
{
return 1e15;
}