제출 #1016784

#제출 시각아이디문제언어결과실행 시간메모리
1016784vivkostov게임 (IOI14_game)C++14
0 / 100
1 ms348 KiB
#include<bits/stdc++.h> #define endl '\n' #include "game.h" using namespace std; int br[2005],n; void initialize(int N) { n=N; } int hasEdge(int u,int v) { br[u]++; br[v]++; if(br[u]==n-1||br[v]==n-1)return 1; else return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...