# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1164058 | Aliyyiakbar | 게임 (IOI14_game) | C++20 | 175 ms | 7064 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 time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |