Problem bracketex
User azazo
Submission Time 2023-08-12 22:52:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:16:5: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
16 | return;
| ^~~~~~
bracketex.cpp:24:7: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
24 | return;
| ^~~~~~
bracketex.cpp:29:7: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
29 | return;
| ^~~~~~
bracketex.cpp:34:7: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
34 | return;
| ^~~~~~