0_0_30423272_5249.cpp: In function 'll fun(ll, ll, ll)':
0_0_30423272_5249.cpp:14:47: error: too few arguments to function 'll fun(ll, ll, ll)'
res=min(res,18*(n/2)*(n/2)*a+7*fun(n/2));
^
0_0_30423272_5249.cpp:10:4: note: declared here
ll fun(ll n,ll a,ll b)
^
0_0_30423272_5249.cpp: In function 'int main()':
0_0_30423272_5249.cpp:28:9: error: 'ans' was not declared in this scope
ans =MOD;
^
|