0_0_38772720_21575.cpp: In function 'long long int solve()': 0_0_38772720_21575.cpp:11:49: error: 'sqrt' was not declared in this scope 11 | int tmp = min((x + a) / 2, (int)sqrt(x + b)); | ^~~~