Problem bunchlocks
User Pan
Submission Time 2024-07-08 22:29:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bunchlocks.cpp: In function ‘int main()’:
bunchlocks.cpp:67:75: error: expected ‘;’ before ‘}’ token
67 | for (ll i=0; i<n; ++i) if (!done[i]) {done[i] = 1, ans.pb(conv[i]); tc(i)} // loop
| ^
| ;