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