QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#454817#8221. 多方计算GuanYunchangCompile Error//C++201.7kb2024-06-25 14:44:052024-06-25 14:44:05

Details

answer.code: In function ‘int precalc(int, int)’:
answer.code:18:27: error: ‘lg’ cannot be used as a function
   18 |     return n+bits+min(5,lg(n));
      |                         ~~^~~