답안 #482898

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
482898 2021-10-26T17:02:37 Z M4mou 게임 (IOI14_game) C++17
0 / 100
0 ms 204 KB
#include "game.h"

void initialize(int n) { }

int c[1500];

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