Record Detail

Accepted

/in/lab5.c: In function 'remove_spaces':
/in/lab5.c:38:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < strlen(str); i++)
                       ^
/in/lab5.c: In function 'char_to_infix':
/in/lab5.c:109:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < strlen(str); i++)
                       ^
/in/lab5.c: In function 'calculate_postfix':
/in/lab5.c:246:31: warning: unused variable 'result' [-Wunused-variable]
     double rightNum, leftNum, result;
                               ^~~~~~
/in/lab5.c: In function 'main':
/in/lab5.c:542:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (int i = 0; i < strlen(eachLine); i++)
                               ^
/in/lab5.c:555:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (int i = counts; i < strlen(eachLine); i++)
                                    ^
/in/lab5.c: In function 'operator_priority':
/in/lab5.c:82:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# Status Time Cost Memory Cost
#1 Accepted Detail 17ms 6.461 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-18 00:55:28
Judged At
2024-11-27 22:26:57
Judged By
Score
40
Total Time
17ms
Peak Memory
6.461 MiB