Problem cuberoot
User yc
Submission Time 2025-06-02 09:45:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:27: error: expected ‘;’ before ‘}’ token
15 | y[t] = make_tuple(x,a,b)
| ^
| ;
16 |
17 | }
| ~