제출 #1299245

#제출 시각아이디문제언어결과실행 시간메모리
1299245gesp3011v2Game (IOI14_game)C++20
100 / 100
164 ms13504 KiB
#include "bits/stdc++.h"
using namespace std;
#include "game.h"

void initialize(int n) {
}

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