| Problem | cuberoot |
|---|---|
| User | Shawntan |
| Submission Time | 2026-06-25 15:30:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:21: error: unable to find numeric literal operator ‘operator""ld’
15 | long double expo = 1ld / 3ld;
| ^~~
cuberoot.cpp:15:27: error: unable to find numeric literal operator ‘operator""ld’
15 | long double expo = 1ld / 3ld;
| ^~~
cuberoot.cpp:17:40: error: expected primary-expression before ‘)’ token
17 | cbrt = pow((long double) A[i], );
| ^