0_0_29780134_815.cpp: In function 'int main()':
0_0_29780134_815.cpp:55:50: error: too many arguments to function 'll cal_submax(ll, ll)'
ans = max(ans, cal_submax(i, _size, m));
^
0_0_29780134_815.cpp:11:4: note: declared here
ll cal_submax(ll d,ll m) {
^
0_0_29780134_815.cpp:62:52: error: too many arguments to function 'll cal_submax(ll, ll)'
ans = max(ans, cal_submax(i, _size, ret) + sum_cycle);
^
0_0_29780134_815.cpp:11:4: note: declared here
ll cal_submax(ll d,ll m) {
^
|