Problem psle
User xd490
Submission Time 2025-11-12 11:05:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:14:12: error: expected ‘;’ before ‘else’
14 | cout<<"C"
| ^
| ;
15 | else if (a>49) {
| ~~~~
psle.cpp:18:4: error: expected ‘}’ before ‘else’
18 | else if (a>34) {
| ^~~~
psle.cpp:13:16: note: to match this ‘{’
13 | else if (a>59){
| ^