제출 #1006483

#제출 시각아이디문제언어결과실행 시간메모리
1006483andecaandeci게임 (IOI14_game)C++17
100 / 100
223 ms9040 KiB
#include<bits/stdc++.h> using namespace std; int freq[1505]; void initialize(int n) { } int hasEdge(int u, int v) { freq[max(u, v)]++; return freq[max(u, v)] == max(u, v); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...