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

Compile Error

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