Problem psle
User Marcos
Submission Time 2025-06-18 16:25:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
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) {
| ^