Record Detail

Accepted

/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 Accepted Detail 15ms 6.391 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-13 15:10:55
Judged At
2024-11-13 15:10:55
Judged By
Score
40
Total Time
15ms
Peak Memory
6.391 MiB