Problem | psle |
---|---|
User | ybc |
Submission Time | 2023-11-08 13:36:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:6:10: error: expected ‘;’ before ‘if’
6 | cin >> s
| ^
| ;
7 | if (s >= 91) {
| ~~
psle.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (s >= 75 and s <= 90) {
| ^~~~