Problem | cuberoot |
---|---|
User | thatoneonyxguy |
Submission Time | 2024-01-20 16:47:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:17:18: error: two or more data types in declaration of ‘no’
17 | long long int no = cbrt(x);
| ^~
cuberoot.cpp:8:14: error: expected primary-expression before ‘long’
8 | #define long long int
| ^~~~
cuberoot.cpp:21:13: note: in expansion of macro ‘long’
21 | cout << long long int num[i] << "\n";
| ^~~~