제출 #30455

#제출 시각아이디문제언어결과실행 시간메모리
30455kavun게임 (IOI14_game)C++14
100 / 100
549 ms10816 KiB
#include "game.h"
#include <bits/stdc++.h>

using namespace std;
int cnt[2000];

void initialize(int n) {
}

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