Problem | cuberoot |
---|---|
User | justin271828 |
Submission Time | 2023-06-10 13:11:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:25:22: error: invalid type argument of unary ‘*’ (have ‘int’)
25 | else if (a+1)*(a+1)*(a+1) > x) {
| ^