Runtime Error
/in/lab5.c: In function 'main': /in/lab5.c:259:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (data[i][kk]=='\n') j=kk;break;} ^~ /in/lab5.c:259:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (data[i][kk]=='\n') j=kk;break;} ^~~~~ /in/lab5.c:260:12: warning: array subscript is below array bounds [-Warray-bounds] if (data[i][j-1]!=';'){printf("%lf\n",calcStack[0]);} ~~~~~~~^~~~~
# | Status | Time Cost | Memory Cost |
---|---|---|---|
#1 | Runtime Error (1) Detail | 27ms | 7.41 MiB |
Information
- Submit By
- Type
- Submission
- Homework
- Lab 5: CASIO-fx991
- Language
- C
- Submit At
- 2024-11-11 19:26:34
- Judged At
- 2024-11-11 19:26:34
- Judged By
- Score
- 0
- Total Time
- 27ms
- Peak Memory
- 7.41 MiB