Problem ghostrule
User Craftless
Submission Time 2023-12-30 17:36:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ghostrule.cpp: In function ‘int32_t main()’:
ghostrule.cpp:160:13: error: ‘merge_set’ was not declared in this scope
160 | merge_set(humans[i], humans[i + 1]);
| ^~~~~~~~~
ghostrule.cpp:167:17: error: ‘found1’ was not declared in this scope; did you mean ‘found2’?
167 | if (found1.size() and found2.size()) cout << "YES\n";
| ^~~~~~
| found2