Problem | psle |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 11:34:41 |
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 >> x
| ^
| ;
7 | if (x >= 91)
| ~~
psle.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else if (x >= 75)
| ^~~~