Problem bracketex
User ybc
Submission Time 2023-11-17 16:03:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:9:16: error: a function-definition is not allowed here before ‘{’ token
9 | int32_t main() {
| ^
bracketex.cpp:45:1: error: expected ‘}’ at end of input
45 | }
| ^
bracketex.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^