Submission #40573

# Submission time Handle Problem Language Result Execution time Memory
40573 2018-02-05T06:58:44 Z pica4500 Treasure (different grader from official contest) (CEOI13_treasure2) C++
Compilation error
0 ms 0 KB



    

Compilation message

grader.c: In function 'int main()':
grader.c:63:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         my_assert(strlen(A[i]+1) == N, "each line of the map must contain N zeroes or ones (before loop)");
                                  ^
/tmp/cc1qExVQ.o: In function `main':
grader.c:(.text.startup+0x107): undefined reference to `findTreasure(int)'
collect2: error: ld returned 1 exit status