Problem psle
User chickennn
Submission Time 2026-03-27 14:56:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:7:5: error: expected ‘(’ before numeric constant
7 | if 75<=s<=90
| ^~
| (
psle.cpp:9:5: error: expected ‘(’ before numeric constant
9 | if 60<=s<=74
| ^~
| (
psle.cpp:11:5: error: expected ‘(’ before numeric constant
11 | if 50<=s<=59
| ^~
| (
psle.cpp:13:5: error: expected ‘(’ before numeric constant
13 | if 35<=s<=49
| ^~
| (
psle.cpp:15:5: error: expected ‘(’ before numeric constant
15 | if 20<=s<=34
| ^~
| (
psle.cpp:17:5: error: expected ‘(’ before ‘s’
17 | if s<20
| ^