Submission #464504

# Submission time Handle Problem Language Result Execution time Memory
464504 2021-08-13T10:33:24 Z zxcvbnm Treasure (different grader from official contest) (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);
}
# Verdict Execution time Memory 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