제출 #1164058

#제출 시각아이디문제언어결과실행 시간메모리
1164058Aliyyiakbar게임 (IOI14_game)C++20
100 / 100
175 ms7064 KiB
#include "bits/stdc++.h"
#include "game.h"
using namespace std;
const int sz = 1500;
int f[sz];
void initialize(int n)
{
    return;
}
int hasEdge(int x, int y)
{
    return ++f[max(x, y)] == max(x, y);
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...