# |
제출 시각 |
아이디 |
문제 |
언어 |
결과 |
실행 시간 |
메모리 |
18723 |
2016-02-14T17:58:18 Z |
ggoh |
게임 (IOI14_game) |
C++ |
|
0 ms |
9876 KB |
int a,x[1555];
void initialize(int n){a=n;}
int hasEdge(int u, int v){u++;v++;if(x[u]<a-2&&x[v]<a-2){x[u]++;x[v]++;return 0;}return 1;}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
9876 KB |
Output is correct |
2 |
Incorrect |
0 ms |
9876 KB |
Output isn't correct |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
9876 KB |
Output is correct |
2 |
Incorrect |
0 ms |
9876 KB |
Output isn't correct |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
9876 KB |
Output is correct |
2 |
Incorrect |
0 ms |
9876 KB |
Output isn't correct |
3 |
Halted |
0 ms |
0 KB |
- |