Problem | psle |
---|---|
User | claireau |
Submission Time | 2023-11-08 15:24:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:21: error: expected primary-expression before ‘)’ token
7 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:7:32: error: ‘A’ was not declared in this scope
7 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:7:34: error: expected primary-expression before ‘;’ token
7 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:8:26: error: expected primary-expression before ‘)’ token
8 | else if (75 <= x <= 90;) {cout << A;}
| ^
psle.cpp:8:37: error: ‘A’ was not declared in this scope
8 | else if (75 <= x <= 90;) {cout << A;}
| ^
psle.cpp:9:27: error: expected primary-expression before ‘)’ token
9 | else if (60 <= x <= 74;) {cout