Problem psle
User tdb60
Submission Time 2023-11-08 10:56:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:23:2: error: expected ‘}’ before ‘else’
23 | else {
| ^~~~
psle.cpp:21:32: note: to match this ‘{’
21 | else if (s >= 20 and s <= 34) {
| ^