Problem candyboxes
User PlayVoltz
Submission Time 2023-09-29 23:28:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candyboxes.cpp: In function ‘int32_t main()’:
candyboxes.cpp:39:64: error: expected ‘;’ before ‘}’ token
39 | for (int i=1; i<=n; ++i){dsu[i].par=i+INT_MAX; dsu[i].delish=i};
| ^
| ;