제출 #1299241

#제출 시각아이디문제언어결과실행 시간메모리
1299241scalifrastico_098게임 (IOI14_game)C++20
100 / 100
163 ms13512 KiB
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
const int y=1500;
int ik, k=0; vector<int> rt(y, 0);
void initialize(int n) {
}
int hasEdge(int u, int v) {
    if(rt[max(u, v)]==max(u, v)-1)return 1; rt[max(u, v)]++; return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...