Problem usefft4
User bribritt
Submission Time 2023-07-16 14:26:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

usefft4.cpp: In function ‘int32_t main()’:
usefft4.cpp:83:16: error: too few arguments to function ‘std::vector<long long int> multiply(const std::vector<long long int>&, const std::vector<long long int>&, long long int, long long int)’
83 | v=multiply(v,v);
| ^
usefft4.cpp:39:13: note: declared here
39 | vector<int> multiply(vector<int> const& a, vector<int> const& b, int x, int y) {
| ^~~~~~~~