Problem psle
User fei
Submission Time 2024-06-24 14:36:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:14:7: error: expected ‘,’ before ‘<<’ token
14 | cout << "C";
| ^~~
| ,
psle.cpp:14:8: error: expected identifier before ‘<<’ token
14 | cout << "C";
| ^~
psle.cpp:14:14: error: expected ‘]’ before ‘;’ token
14 | cout << "C";
| ^
| ]
psle.cpp: In lambda function:
psle.cpp:14:14: error: expected ‘{’ before ‘;’ token
psle.cpp: At global scope:
psle.cpp:15:4: error: expected unqualified-id before ‘else’
15 | } else if ( 35 <= a >= 49 ) {
| ^~~~
psle.cpp:17:4: error: expected unqualified-id before ‘else’
17 | } else if ( 20 <= a >= 34 ) {
| ^~~~
psle.cpp:19:4: error: expected unqualified-id before ‘else’
19 | } else ( a < 20 ) {
| ^~~~