제출 #558504

#제출 시각아이디문제언어결과실행 시간메모리
558504Trunkty게임 (IOI14_game)C++14
0 / 100
0 ms212 KiB
#include <iostream> #include <vector> #include <algorithm> #include "game.h" using namespace std; typedef long long ll; #define DEBUG #ifdef DEBUG #define debug(x) cout << #x << ": " << x << endl #else #define debug(x) #endif void initialize(int n){ } int hasEdge(int u, int v){ return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...