Problem clique
User FIips
Submission Time 2025-02-07 11:46:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

clique.cpp: In member function ‘long long int node::combine()’:
clique.cpp:25:29: error: expected ‘;’ before ‘:’ token
25 | temp = min(temp, l -> v2):
| ^
| ;
clique.cpp:33:29: error: expected ‘;’ before ‘:’ token
33 | temp = min(temp, r -> v2):
| ^
| ;