Problem | bracketex |
---|---|
User | ybc |
Submission Time | 2023-11-17 16:04:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:10:16: error: a function-definition is not allowed here before ‘{’ token
10 | int32_t main() {
| ^
bracketex.cpp:46:1: error: expected ‘}’ at end of input
46 | }
| ^
bracketex.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^