Problem psle
User Dantheman
Submission Time 2024-11-20 12:04:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:22:2: error: expected ‘}’ before ‘else’
22 | else if ( s>=35 && s <= 49)
| ^~~~
psle.cpp:20:2: note: to match this ‘{’
20 | {
| ^