Problem | cuberoot |
---|---|
User | carson |
Submission Time | 2025-03-17 10:57:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:11:22: error: missing terminating " character
11 | cout << cbrt(x) << "\n;
| ^~~~
cuberoot.cpp: In function βint main()β:
cuberoot.cpp:12:2: error: expected primary-expression before β}β token
12 | }
| ^