Problem | psle |
---|---|
User | akqxolotl |
Submission Time | 2025-04-19 12:31:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:25:16: error: expected ‘;’ before ‘cout’
25 | else if((n>=50)cout<<"C";
| ^~~~
| ;
psle.cpp:26:1: error: expected primary-expression before ‘else’
26 | else if(n>=35)cout<<"D";
| ^~~~
psle.cpp:25:26: error: expected ‘)’ before ‘else’
25 | else if((n>=50)cout<<"C";
| ~ ^
| )
26 | else if(n>=35)cout<<"D";
| ~~~~