Problem psle
User fei
Submission Time 2024-06-24 14:39:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:19:20: error: expected ‘;’ before ‘{’ token
19 | } else ( a < 20 ) {
| ^~
| ;
psle.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
psle.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^