Problem | psle |
---|---|
User | Marcos |
Submission Time | 2025-06-18 16:24:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:5: error: expected ‘(’ before ‘s’
8 | if s >= 91 {
| ^
| (
psle.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else if (s >= 75) and (s < 91) {
| ^~~~
psle.cpp:11:24: error: expected identifier before ‘(’ token
11 | else if (s >= 75) and (s < 91) {
| ^
psle.cpp:14:24: error: expected identifier before ‘(’ token
14 | else if (s >= 60) and (s < 75) {
| ^
psle.cpp:17:24: error: expected identifier before ‘(’ token
17 | else if (s >= 50) and (s < 60) {
| ^
psle.cpp:20:24: error: expected identifier before ‘(’ token
20 | else if (s >= 35) and (s < 50) {
| ^
psle.cpp:23:24: error: expected identifier before ‘(’ token
23 | else if (s >= 20) and (s < 35) {
|