Problem funnyhat
User PlayVoltz
Submission Time 2024-12-31 10:39:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

funnyhat.cpp: In function ‘int find_hat(int, std::vector<int>)’:
funnyhat.cpp:48:58: error: expected ‘;’ before ‘)’ token
48 | for (auto num:graph[c])best=max(best, mp(sz[num], num)));
| ^
| ;