Problem cuberoot
User Yuhmama
Submission Time 2026-06-25 15:28:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function β€˜int main()’:
cuberoot.cpp:13:24: error: no match for call to β€˜(std::vector<long long int>) (long long int&)’
13 | cout << std::cbrt(A(t)) << '\n';
| ^