| Problem | psle |
|---|---|
| User | chickennn |
| Submission Time | 2026-03-27 15:13:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:9: error: ‘s’ was not declared in this scope
4 | cin >> s;
| ^
psle.cpp:5:5: error: expected ‘(’ before numeric constant
5 | if 91 <= s <= 100 {
| ^~
| (
psle.cpp:8:5: error: expected ‘(’ before numeric constant
8 | if 75 <= s <= 90 {
| ^~
| (
psle.cpp:11:5: error: expected ‘(’ before numeric constant
11 | if 60 <= s <= 74 {
| ^~
| (
psle.cpp:14:5: error: expected ‘(’ before numeric constant
14 | if 50 <= s <= 59 {
| ^~
| (
psle.cpp:17:5: error: expected ‘(’ before numeric constant
17 | if 35 <= s <= 49 {
| ^~
| (
psle.cpp:20:5: error: expected ‘(’ before numeric constant
20 | if 20 <= s <= 34 {
| ^~
| (
psle.cpp:23:5: error: expected ‘(’ before ‘s’