답안 #66087

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
66087 2018-08-09T14:03:25 Z Crown 게임 (IOI14_game) C++14
0 / 100
3 ms 436 KB
#include "game.h"

const int maxn = 1505;
int deg[maxn];

void initialize(int _n)
{

}
int hasEdge(int u, int v)
{
	return (++deg[u] == ++deg[v]);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 3 ms 248 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 360 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 3 ms 436 KB Output isn't correct
2 Halted 0 ms 0 KB -