Problem | cuberoot |
---|---|
User | SuspiciousAmogus |
Submission Time | 2024-05-21 15:35:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘void solve(int)’:
cuberoot.cpp:19:38: error: ‘sqrt’ was not declared in this scope
19 | int s = 1; int e = static_cast<int>(sqrt(x)) + 1;
| ^~~~