QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#102827#6327. Count Arithmetic ProgressionThreeKonjaksCompile Error//C++147.5kb2023-05-03 18:25:112023-05-03 18:25:12

Details

answer.code: In function ‘int main()’:
answer.code:233:25: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
  233 |                 ans=ans+mod-tp;
      |                         ^~~
      |                         modf