# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
14030 | 2015-04-25T06:43:11 Z | gs14004 | Tropical Garden (IOI11_garden) | C++14 | 0 ms | 0 KB |
#include "garden.h" 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); }