QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#131944 | #2928. Espresso! | ZhaoZiLong | Compile Error | / | / | C++98 | 478b | 2023-07-29 00:28:24 | 2023-07-29 00:28:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:15:18: error: ‘ceil’ was not declared in this scope 15 | double res = ceil(sum / s); | ^~~~