Runtime Error
/in/lab5.c: In function 'evaluatePostfix': /in/lab5.c:115:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < strlen(postfix); i++) { ^ /in/lab5.c:121: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 | Runtime Error (1) Detail | 27ms | 8.539 MiB |
Information
- Submit By
- Type
- Submission
- Homework
- Lab 5: CASIO-fx991
- Language
- C
- Submit At
- 2024-11-15 15:25:17
- Judged At
- 2024-11-15 15:25:17
- Judged By
- Score
- 0
- Total Time
- 27ms
- Peak Memory
- 8.539 MiB