제출 #1104904

#제출 시각아이디문제언어결과실행 시간메모리
1104904Naxocist게임 (IOI14_game)C++17
100 / 100
210 ms17992 KiB
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
const int N = 1503;
int cnt[N];
void initialize(int n) {
}

int hasEdge(int u, int v) {
    return ++cnt[max(u,v)] == max(u,v);
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…