제출 #50256

#제출 시각아이디문제언어결과실행 시간메모리
50256Just_Solve_The_Problem게임 (IOI14_game)C++11
100 / 100
461 ms150136 KiB
#include <bits/stdc++.h> #include "game.h" using namespace std; #define pb push_back #define all(s) s.begin(), s.end() #define sz(s) (int)s.size() const int N = 1500 + 7; int has[N]; void initialize(int nn) { } int hasEdge(int u, int v) { return ++has[max(u, v)] == max(u, v); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...