제출 #102545

#제출 시각아이디문제언어결과실행 시간메모리
102545Leonardo_Paes게임 (IOI14_game)C++11
0 / 100
3 ms384 KiB
#include <bits/stdc++.h> using namespace std; int N, t; void initialize(int n){ N=n; } int hasEdge(int u, int v){ t++; if(t%2==0)return 0; else return 1; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...