Problem psle
User YII1719
Submission Time 2023-11-08 14:43:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:5: error: expected initializer before ‘cin’
5 | cin >> score
| ^~~
psle.cpp:9:3: error: ‘else’ without a previous ‘if’
9 | else if (90 <= score >= 75) {
| ^~~~
psle.cpp:9:18: error: ‘score’ was not declared in this scope
9 | else if (90 <= score >= 75) {
| ^~~~~