제출 #1006532

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


int freq[1502], maks;

void initialize(int n) {

}

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