# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
24036 | 2017-05-29T18:39:30 Z | Mamnoon_Siam | Game (IOI13_game) | C++14 | 0 ms | 2020 KB |
#include <bits/stdc++.h> using namespace std; #ifndef __GAME_H__ #define __GAME_H__ #ifdef __cplusplus extern "C" { #endif 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 1234124; } #ifdef __cplusplus } #endif #endif /* __GAME_H__ */
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 2020 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 2020 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 2020 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 2020 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 2020 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |