제출 #155427

#제출 시각아이디문제언어결과실행 시간메모리
155427oolimry경찰관과 강도 (BOI14_coprobber)C++14
0 / 100
15 ms12280 KiB
#include "coprobber.h" #include <bits/stdc++.h> using namespace std; int states[500005]; //police * 1000 + robber * 2 + (IF POLICE TURN) vector<int> adj[500005]; int start(int N, bool A[MAX_N][MAX_N]) { return 0; } int nextMove(int R) { return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...