Record Detail

Compile Error

/in/ex3.c: In function 'main':
/in/ex3.c:56:24: error: iteration 9 invokes undefined behavior [-Werror=aggressive-loop-optimizations]
             walk[i][j] = '.';
             ~~~~~~~~~~~^~~~~
/in/ex3.c:55:9: note: within this loop
         for (int j = 1; j <= 10; j++) {
         ^~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Homework 4
Language
C
Submit At
2020-07-06 23:56:34
Judged At
2020-07-06 23:56:34
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes