Problem | psle |
---|---|
User | whaleshark |
Submission Time | 2024-01-22 21:46:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:26: error: expected ‘;’ before ‘if’
4 | int score; cin>>score
| ^
| ;
5 | if (score < 20){
| ~~
psle.cpp:8:5: error: ‘else’ without a previous ‘if’
8 | else if (score < 35){
| ^~~~