Problem psle
User Sia
Submission Time 2023-11-08 14:21:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:7:14: error: expected ‘;’ before ‘if’
7 | cin >> score
| ^
| ;
8 |
9 | if (score >= 91) {
| ~~
psle.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | else if (score >= 75) {
| ^~~~