Problem boundedpermutation
User Codula
Submission Time 2023-01-13 03:39:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boundedpermutation.cpp: In function ‘int32_t main()’:
boundedpermutation.cpp:60:19: error: too few arguments to function ‘int64_t mult(int64_t, int64_t, int64_t)’
60 | cout<<mult(dz,dx)<<"\n";
| ^
boundedpermutation.cpp:14:5: note: declared here
14 | int mult(int i,int j,int m){
| ^~~~