Problem | psle |
---|---|
User | nivay210 |
Submission Time | 2023-11-08 15:39:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int32_t main()’:
psle.cpp:11:16: error: expected ‘;’ before ‘{’ token
11 | else (x >= 75){
| ^
| ;
psle.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else (x >= 60){
| ^~~~
psle.cpp:15:16: error: expected ‘;’ before ‘{’ token
15 | else (x >= 60){
| ^
| ;
psle.cpp:19:2: error: ‘else’ without a previous ‘if’
19 | else (x >= 50){
| ^~~~
psle.cpp:19:16: error: expected ‘;’ before ‘{’ token
19 | else (x >= 50){
| ^
| ;
psle.cpp:23:2: error: ‘else’ without a previous ‘if’
23 | else (x >= 35){
| ^~~~
psle.cpp:23:16: error: expected ‘;’ before ‘{’ token
23 | else (x >= 35){
| ^
| ;
psle.cpp:27:2: error: ‘else’ without a previous ‘if’
27 | else (x