Record Detail

Runtime Error

/in/lab5.c: In function 'calculate':
/in/lab5.c:75:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < strlen(input); i++) {
                       ^
/in/lab5.c: In function 'main':
/in/lab5.c:277:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (int l = 0; l < strlen(left); l++) {
                               ^
/in/lab5.c:265:27: warning: unused variable 'variable' [-Wunused-variable]
             char *equal, *variable;
                           ^~~~~~~~
# Status Time Cost Memory Cost
#1 Runtime Error (1) Detail 26ms 7.426 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-13 21:53:54
Judged At
2024-11-13 21:53:54
Judged By
Score
0
Total Time
26ms
Peak Memory
7.426 MiB