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