# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
38522 | 2018-01-04T10:51:43 Z | Waschbar | Cop and Robber (BOI14_coprobber) | C++14 | 0 ms | 0 KB |
#include <bits/stdc++.h> using namespace std; int start(int N, vector< vector<bool> > A) { return -1; } int nextMove(int R) { return -1; }