| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 | 
|---|---|---|---|---|---|---|---|
| 1234398 | islam_2010 | 게임 (IOI14_game) | C++20 | 179 ms | 7024 KiB | 
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
const int sz = 1505;
vector<int> cnt(sz);
int	hasEdge(int	u,	int	v){
    int mx = max(u, v);
    if(++cnt[mx]==mx){
        return 1;
    }else {
        return 0;
    }
}
void initialize(int	n){
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
