답안 #464504

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
464504 2021-08-13T10:33:24 Z zxcvbnm 보물 찾기 (CEOI13_treasure2) C++14
0 / 100
1 ms 332 KB
#include "treasure.h"

void findTreasure (int N) {
    int cnt = countTreasure(1, 1, N, N);
    if(cnt > 0) Report(1, 1);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 204 KB Error - not all of the treasure cells have been reported
2 Incorrect 0 ms 204 KB Error - not all of the treasure cells have been reported
3 Incorrect 0 ms 204 KB Error - no treasure at (r, c) : r = 1, c = 1
4 Incorrect 0 ms 204 KB Error - no treasure at (r, c) : r = 1, c = 1
5 Incorrect 1 ms 204 KB Error - not all of the treasure cells have been reported
6 Incorrect 0 ms 332 KB Error - no treasure at (r, c) : r = 1, c = 1
7 Incorrect 0 ms 332 KB Error - no treasure at (r, c) : r = 1, c = 1
8 Incorrect 1 ms 332 KB Error - not all of the treasure cells have been reported
9 Incorrect 0 ms 332 KB Error - not all of the treasure cells have been reported
10 Incorrect 0 ms 332 KB Error - not all of the treasure cells have been reported