Problem psle
User StormyGood
Submission Time 2024-01-12 15:02:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:24:2: error: expected ‘}’ before ‘else’
24 | else
| ^~~~
psle.cpp:22:18: note: to match this ‘{’
22 | else if (a > 19){
| ^
psle.cpp:27:2: error: expected ‘}’ at end of input
27 | }
| ^
psle.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^