Problem psle
User Mpyl
Submission Time 2024-10-05 23:18:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: expected initializer before ‘cin’
5 | cin >> s;
| ^~~
psle.cpp:6:6: error: ‘s’ was not declared in this scope
6 | if (s >= 91){
| ^
psle.cpp:9:6: error: ‘s’ was not declared in this scope
9 | if (s >= 75 && s <= 90){
| ^
psle.cpp:12:6: error: ‘s’ was not declared in this scope
12 | if (s >= 60 && s <= 74){
| ^
psle.cpp:15:6: error: ‘s’ was not declared in this scope
15 | if (s >= 50 && s <= 59){
| ^
psle.cpp:18:6: error: ‘s’ was not declared in this scope
18 | if (s >= 35 && s <= 49){
| ^
psle.cpp:21:6: error: ‘s’ was not declared in this scope
21 | if (s >= 20 && s <= 34){
| ^
psle.cpp:24:6: error: ‘s’ was not declared in this scope
24 | if (s <= 19){
| ^