Owl Get a Life
cuberoot.cpp: In function ‘int main()’:cuberoot.cpp:10:13: error: expected ‘;’ before ‘while’ 10 | cin >> t | ^ | ; 11 | 12 | while (t--) { | ~~~~~