Problem psle
User Jiayue
Submission Time 2023-11-10 14:44:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:10: error: expected ‘;’ before ‘if’
6 | s <= 100
| ^
| ;
7 | if (s >= 91){
| ~~
psle.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (75 < s< 90){
| ^~~~