Problem | psle |
---|---|
User | Jk20106 |
Submission Time | 2025-07-29 16:54:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:10: error: ‘score’ was not declared in this scope
5 | int s = score
| ^~~~~
psle.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else if (s >= 60, s <= 74) {
| ^~~~