제출 #64882

#제출 시각아이디문제언어결과실행 시간메모리
64882MatheusLealV게임 (IOI14_game)C++17
100 / 100
597 ms151280 KiB
#include "game.h" #include <bits/stdc++.h> using namespace std; void initialize(int n) { } int resta[1500]; int hasEdge(int u, int v) { if(++resta[max(u, v)] == max(u, v)) return 1; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...