제출 #1006528

#제출 시각아이디문제언어결과실행 시간메모리
1006528andecaandeci게임 (IOI14_game)C++17
42 / 100
24 ms2856 KiB
#include <bits/stdc++.h>
using namespace std;


int freq[1502], maks;

void initialize(int n) {

}

bool hasEdge (int u, int v) {
  return ++freq[max(u,v)] == max(u,v);
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...