제출 #147604

#제출 시각아이디문제언어결과실행 시간메모리
147604KamisamaGame (IOI14_game)C++14
42 / 100
44 ms2160 KiB
#include <bits/stdc++.h>
using namespace std;
const int maxn=1507;

int cnt[maxn];

void initialize(int n){
  
}

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