제출 #1287651

#제출 시각아이디문제언어결과실행 시간메모리
1287651harryleee게임 (IOI14_game)C++20
100 / 100
162 ms13296 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...