Problem | psle |
---|---|
User | ZO3YLING2024 |
Submission Time | 2024-01-29 16:44:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:6: error: expected unqualified-id before string constant
5 | int "A*" = 91 <= x;
| ^~~~
psle.cpp:6:6: error: expected unqualified-id before string constant
6 | int "A" = 75 <= x <= 90;
| ^~~
psle.cpp:7:6: error: expected unqualified-id before string constant
7 | int "B" = 60 <= x <= 74;
| ^~~
psle.cpp:8:6: error: expected unqualified-id before string constant
8 | int "C" = 50 <= x <= 59;
| ^~~
psle.cpp:9:6: error: expected unqualified-id before string constant
9 | int "D" = 35 <= x <= 49;
| ^~~
psle.cpp:10:6: error: expected unqualified-id before string constant
10 | int "E" = 20 <= x <= 34;
| ^~~
psle.cpp:11:6: error: expected unqualified-id before string constant
11 | int "U" = x < 20;
| ^~~
psle.cpp:12:2: error: ‘cint’ was not d