QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#482385#7102. Live LoveMaMengQiCompile Error//C++11321b2024-07-17 19:19:192024-07-17 19:19:19

詳細信息

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