Record Detail

Accepted

/in/lab5.c: In function 'evaluatePostfix':
/in/lab5.c:113:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < strlen(postfix); i++) {
                       ^
/in/lab5.c:119:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             while (i < strlen(postfix) && (isdigit2(postfix[i]) || postfix[i] == '.' || postfix[i] == '-')) {
                      ^
# Status Time Cost Memory Cost
#1 Accepted Detail 17ms 7.805 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-15 09:56:36
Judged At
2024-11-15 09:56:36
Judged By
Score
120
Total Time
17ms
Peak Memory
7.805 MiB