| Problem | psle |
|---|---|
| User | Krishh101 |
| Submission Time | 2025-11-06 08:21:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:20: error: the value of ‘score’ is not usable in a constant expression
8 | case (score >= 91):
| ^
psle.cpp:5:6: note: ‘int score’ is not const
5 | int score;
| ^~~~~
psle.cpp:8:20: error: the value of ‘score’ is not usable in a constant expression
8 | case (score >= 91):
| ^
psle.cpp:5:6: note: ‘int score’ is not const
5 | int score;
| ^~~~~
psle.cpp:11:20: error: the value of ‘score’ is not usable in a constant expression
11 | case (score >= 75):
| ^
psle.cpp:5:6: note: ‘int score’ is not const
5 | int score;
| ^~~~~
psle.cpp:11:20: error: the value of ‘score’ is not usable in a constant expression
11 | case (score >= 75):
| ^
psle.cpp:5:6: note: ‘int score’ is not const
5 | int score;<