제출 #1369289

#제출 시각아이디문제언어결과실행 시간메모리
1369289Almonther게임 (IOI14_game)C++20
100 / 100
122 ms7072 KiB
#include<iostream>
using namespace std;
int cnt[9999];
void initialize(int n){}
int hasEdge(int u, int v){return ++cnt[max(u,v)]&&cnt[max(u,v)]==max(u,v);}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…