Problem general
User hackerman123
Submission Time 2023-03-15 14:39:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

general.cpp: In function ‘void mergeSet(int, int)’:
general.cpp:22:24: error: expected ‘;’ before ‘}’ token
22 | points[x] += points[y]
| ^
| ;
23 | }
| ~
general.cpp: In function ‘int main()’:
general.cpp:36:35: error: ‘True’ was not declared in this scope
36 | if (isSameSet(first, second) == True){
| ^~~~