Problem cuberoot
User Micha
Submission Time 2026-03-05 19:20:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:13:24: error: ‘sqrt’ was not declared in this scope
13 | long long l = 1, r = sqrt(n);
| ^~~~