Problem | psle |
---|---|
User | Ignatius |
Submission Time | 2025-02-18 21:44:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:12:24: error: expected identifier before ‘(’ token
12 | else if (s>=75) and (s=<90){
| ^
psle.cpp:16:23: error: expected identifier before ‘(’ token
16 | else if (s>=60) and (s=<74){
| ^
psle.cpp:19:24: error: expected identifier before ‘(’ token
19 | else if (s>=50) and (s=<59){
| ^
psle.cpp:22:23: error: expected identifier before ‘(’ token
22 | else if (s>=35) and (s=<49){
| ^
psle.cpp:25:23: error: expected identifier before ‘(’ token
25 | else if (s>=20) and (s=<34){
| ^