Problem bracketex
User gtiamthebest
Submission Time 2024-01-11 20:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:43:1: error: expected ‘}’ at end of input
43 | }
| ^
bracketex.cpp:16:23: note: to match this ‘{’
16 | for (ll i=0;i<a;i+=1){
| ^
bracketex.cpp:43:1: error: expected ‘}’ at end of input
43 | }
| ^
bracketex.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^