Problem psle
User SMJ360
Submission Time 2024-06-18 11:01:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:9:23: error: expected identifier before ‘(’ token
9 | else if (x >= 20) && (x <= 34) {
| ^
psle.cpp:12:23: error: expected identifier before ‘(’ token
12 | else if (x >= 35) && (x <= 49) {
| ^
psle.cpp:15:23: error: expected identifier before ‘(’ token
15 | else if (x >= 50) && (x <= 59) {
| ^
psle.cpp:18:23: error: expected identifier before ‘(’ token
18 | else if (x >= 60) && (x <= 74) {
| ^
psle.cpp:21:23: error: expected identifier before ‘(’ token
21 | else if (x >= 75) && (x <= 90) {
| ^