0_0_39877437_18345.cpp: In function 'void solve()': 0_0_39877437_18345.cpp:69:18: error: 'max_element' was not declared in this scope 69 | int st = max_element(root.begin(), root.end()) - root.begin(); | ^~~~~~~~~~~