Problem psle
User AR13L
Submission Time 2024-04-21 12:13:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:1: error: expected ‘,’ or ‘;’ before ‘if’
5 | if (score > 90 && score < 101) {
| ^~
psle.cpp:7:1: error: ‘else’ without a previous ‘if’
7 | else if (score > 74 && score < 91) {
| ^~~~