Problem | psle |
---|---|
User | jane07 |
Submission Time | 2024-06-24 14:35:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:9:23: error: expected identifier before ‘(’ token
9 | else if (s >= 75) && (s <=90){
| ^
psle.cpp:12:23: error: expected identifier before ‘(’ token
12 | else if (s >= 60) && (s <=74){
| ^
psle.cpp:15:23: error: expected identifier before ‘(’ token
15 | else if (s >= 50) && (s <=59){
| ^
psle.cpp:18:23: error: expected identifier before ‘(’ token
18 | else if (s >= 35) && (s <=49){
| ^
psle.cpp:21:23: error: expected identifier before ‘(’ token
21 | else if (s >= 20) && (s <=34){
| ^
psle.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
psle.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^