QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#482383#7102. Live LoveZhangYiDeCompile Error//C++20321b2024-07-17 19:19:042024-07-17 19:19:04

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;
      |                                 ^~~~