Record Detail

Wrong Answer

/in/lab5.c: In function 'infix_to_postfix':
/in/lab5.c:116:9: warning: unused variable 'postfix_len' [-Wunused-variable]
     int postfix_len = 0;
         ^~~~~~~~~~~
/in/lab5.c:111:9: warning: unused variable 'j' [-Wunused-variable]
     int j = 0;  // Index for postfix expression
         ^
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 16ms 6.305 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-13 22:47:32
Judged At
2024-11-13 22:47:32
Judged By
Score
0
Total Time
16ms
Peak Memory
6.305 MiB