Problem psle
User Jk20106
Submission Time 2025-07-29 16:54:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:6: error: expected unqualified-id before ‘=’ token
5 | int = s
| ^
psle.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (s >= 75, s <= 90) {
| ^~~~
psle.cpp:10:11: error: ‘s’ was not declared in this scope
10 | else if (s >= 75, s <= 90) {
| ^