QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#634740#9451. Expected Waiting Timeucup-team5150#Compile Error//C++201.5kb2024-10-12 17:59:222024-10-12 17:59:22

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