Record Detail

Runtime Error

/in/lab5.c: In function 'infixtopostfix':
/in/lab5.c:130:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
         else if (expr[i] >= '0' && expr[i] <= '9'|| expr[i] == '.') {
                  ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/in/lab5.c:115:9: warning: unused variable 'j' [-Wunused-variable]
     int j = 0;
         ^
# Status Time Cost Memory Cost
#1 Runtime Error (1) Detail 15ms 6.309 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-15 00:36:35
Judged At
2024-11-15 00:36:35
Judged By
Score
0
Total Time
15ms
Peak Memory
6.309 MiB