제출 #1287652

#제출 시각아이디문제언어결과실행 시간메모리
1287652harryleeeGame (IOI14_game)C++20
100 / 100
165 ms13292 KiB
#include <bits/stdc++.h>
using namespace std;
int CNT[1500];
void initialize(int n)
{
  return;
}
int hasEdge(int u, int v)
{
  return ++CNT[max(u, v)] == max(u, v);
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...