제출 #1287505

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