제출 #306641

#제출 시각아이디문제언어결과실행 시간메모리
306641juggernaut게임 (IOI14_game)C++14
0 / 100
1 ms384 KiB
#include"game.h"
#include<bits/stdc++.h>
using namespace std;
int a[9999],n;
void initialize(int N){n=N;}
int hasEdge(int x,int y){
    return n-1==max(++a[x],++a[y]);
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…