Problem | psle |
---|---|
User | Marcos |
Submission Time | 2025-06-18 16:26:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:10:24: error: expected identifier before ‘(’ token
10 | else if (s >= 75) and (s < 91) {
| ^
psle.cpp:13:24: error: expected identifier before ‘(’ token
13 | else if (s >= 60) and (s < 75) {
| ^
psle.cpp:16:24: error: expected identifier before ‘(’ token
16 | else if (s >= 50) and (s < 60) {
| ^
psle.cpp:19:24: error: expected identifier before ‘(’ token
19 | else if (s >= 35) and (s < 50) {
| ^
psle.cpp:22:24: error: expected identifier before ‘(’ token
22 | else if (s >= 20) and (s < 35) {
| ^