QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#295024#6306. Chase GameGuanYunchangCompile Error//C++233.2kb2023-12-30 18:01:032023-12-30 18:01:04

Details

answer.code: In function ‘long long int gt(long long int)’:
answer.code:86:27: error: too few arguments to function ‘long long int cal(long long int, long long int)’
   86 |                 ans += cal(d - x % d) + 1, d);
      |                        ~~~^~~~~~~~~~~
answer.code:80:4: note: declared here
   80 | ll cal(ll l,ll r) {
      |    ^~~