# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
24033 | 2017-05-29T18:25:02 Z | Mamnoon_Siam | Game (IOI13_game) | C++14 | 0 ms | 0 KB |
#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; }