제출 #102546

#제출 시각아이디문제언어결과실행 시간메모리
102546Leonardo_Paes게임 (IOI14_game)C++11
0 / 100
2 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==1)return 0; else return 1; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...