0_0_39529834_28009.cpp: In function 'i64 solve(i64, i64)':
0_0_39529834_28009.cpp:11:16: error: 'pow' was not declared in this scope
11 | return pow(n, 1.0 / k) - 1;
| ^~~
0_0_39529834_28009.cpp: In function 'int main()':
0_0_39529834_28009.cpp:30:2: error: expected '}' at end of input
30 | }
| ^
0_0_39529834_28009.cpp:16:26: note: to match this '{'
16 | while (cin >> n) {
| ^
0_0_39529834_28009.cpp:30:2: error: expected '}' at end of input
30 | }
| ^
0_0_39529834_28009.cpp:14:11: note: to match this '{'
14 | int main(){
| ^
|