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

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: ‘score’ was not declared in this scope
5 | score = int s
| ^~~~~
psle.cpp:5:10: error: expected primary-expression before ‘int’
5 | score = 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) {
| ^
psle.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
psle.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^