Record Detail

Runtime Error

/in/lab4.c: In function 'main':
/in/lab4.c:31:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                     } else if (command[i] >= '0' && command[i] <= '9' || command[i] == '.') {
                                ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/lab4.c:125:47: warning: operation on 'TOP2' may be undefined [-Wsequence-point]
                                     print[TOP2++] = stack[TOP2 - 1];
                                           ~~~~^~
# Status Time Cost Memory Cost
#1 Runtime Error (1) Detail 27ms 7.395 MiB

Information

Submit By
Type
Submission
Homework
Lab 4 (TEST ONLY)
Language
C
Submit At
2021-11-11 07:43:30
Judged At
2021-11-21 14:58:54
Judged By
Score
0
Total Time
27ms
Peak Memory
7.395 MiB