QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#634735#9451. Expected Waiting Timeucup-team5150#Compile Error//C++231.5kb2024-10-12 17:58:472024-10-12 17:58:47

Details

answer.code: In function ‘void add(long long int&, long long int)’:
answer.code:22:20: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
   22 |         if((x+=y)>=mod) x-=mod;
      |                    ^~~
      |                    modf