0_0_37829215_24600.cpp: In function 'void go()':
0_0_37829215_24600.cpp:190:37: error: too many arguments to function 'll gao(ll, int, ll)'
printf("%lld\n",(gao(r,b,k,d)-gao(l-1,b,k,d)+mod)%mod);
^
0_0_37829215_24600.cpp:159:4: note: declared here
ll gao(ll x,int _base,ll k)
^
0_0_37829215_24600.cpp:190:52: error: too many arguments to function 'll gao(ll, int, ll)'
printf("%lld\n",(gao(r,b,k,d)-gao(l-1,b,k,d)+mod)%mod);
^
0_0_37829215_24600.cpp:159:4: note: declared here
ll gao(ll x,int _base,ll k)
^
|