Problem psle
User neoaix
Submission Time 2026-06-22 17:34:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:10: error: expected initializer before ‘<’ token
5 | int s<100;
| ^
psle.cpp:6:10: error: ‘s’ was not declared in this scope
6 | cin>>s;
| ^
psle.cpp:7:12: error: expected primary-expression before ‘>’ token
7 | if (s => 91)
| ^
psle.cpp:10:25: error: expected primary-expression before ‘>’ token
10 | else if (s < 91 and >74)
| ^
psle.cpp:13:25: error: expected primary-expression before ‘>’ token
13 | else if (s <74 and >59)
| ^
psle.cpp:16:25: error: expected primary-expression before ‘>’ token
16 | else if (s < 59 and >49)
| ^
psle.cpp:19:25: error: expected primary-expression before ‘>’ token
19 | else if (s < 49 and >34)
|