# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1194220 | PlayVoltz | Game (IOI14_game) | C++20 | 0 ms | 0 KiB |
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
vector<int> cc;
void initialize(int n){
cc.resize(n, 0);
}
int hasEdge(int a, int b){
++count[max(a, b)];
if (count[max(a, b)]==max(a, b))return 1;
return 0;
}