# |
제출 시각 |
아이디 |
문제 |
언어 |
결과 |
실행 시간 |
메모리 |
29030 |
2017-07-18T07:09:17 Z |
서규호(#1171) |
Park (JOI17_park) |
C++14 |
|
9 ms |
1208 KB |
#include "park.h"
static int place[1400];
void Detect(int T, int N) {
if(T == 1){
for(int i=0; i<N; i++){
for(int j=i+1; j<N; j++){
place[i] = place[j] = true;
if(Ask(i,j,place)) Answer(i,j);
place[i] = place[j] = false;
}
}
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
1208 KB |
Output is correct |
2 |
Correct |
6 ms |
1208 KB |
Output is correct |
3 |
Correct |
9 ms |
1208 KB |
Output is correct |
4 |
Correct |
6 ms |
1208 KB |
Output is correct |
5 |
Correct |
6 ms |
1208 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
1208 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
1208 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
1208 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
1208 KB |
Wrong Answer[6] |
2 |
Halted |
0 ms |
0 KB |
- |