Problem | psle |
---|---|
User | Kanish |
Submission Time | 2023-11-08 14:28:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:6:14: error: expected ‘;’ before ‘:’ token
6 | cin >> score:
| ^
| ;
psle.cpp:9:7: error: ‘else’ without a previous ‘if’
9 | } else if (score >= 75 && score <= 90){
| ^~~~