# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
14029 | 2015-04-25T06:42:52 Z | gs14004 | Tropical Garden (IOI11_garden) | C++14 | 0 ms | 0 KB |
void count_routes(int N, int M, int P, int R[][2], int Q, int G[]) { int i; for(i=0; i<Q; i++) answer(N); }