제출 #855029

#제출 시각아이디문제언어결과실행 시간메모리
855029thisistotallymyusername게임 (IOI14_game)C++17
100 / 100
236 ms18544 KiB
#include <bits/stdc++.h>
 
using namespace std;

void initialize(int n) {
    return;
}
 
int c[1500];
int hasEdge(int u, int v) {
    return ++c[max(u, v)] == (u > v ? u : v);
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...