QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#482385#7102. Live LoveMaMengQiCompile Error//C++11321b2024-07-17 19:19:192024-07-17 19:19:19

Details

answer.code: In function ‘int main()’:
answer.code:16:33: error: ‘ceil’ was not declared in this scope
   16 |                         cout << ceil(m * 1.0 / (n-m+1) * 1.0) << endl;
      |                                 ^~~~