Record Detail

Runtime Error

/in/lab5.c: In function 'main':
/in/lab5.c:27:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
          for(int i = 0;i < sizeof(str);i++){
                          ^
/in/lab5.c:37:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
          for(int i = 0;i < sizeof(str);i++){
                          ^
/in/lab5.c: In function 'assign':
/in/lab5.c:63:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0;i < strlen(inp);i++){
                  ^
/in/lab5.c: In function 'calculate':
/in/lab5.c:191:15: warning: unused variable 'j' [-Wunused-variable]
  int top = 0, j = 0;
               ^
# Status Time Cost Memory Cost
#1 Runtime Error (1) Detail 27ms 7.211 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-13 16:04:38
Judged At
2024-11-13 16:04:38
Judged By
Score
0
Total Time
27ms
Peak Memory
7.211 MiB