제출 #508819

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