Problem Unbalanced
User wongyikai
Submission Time 2023-12-11 11:59:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

Unbalanced.cpp: In function ‘int main()’:
Unbalanced.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | return 0
| ^
| ;
15 | }
| ~