QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
answer.code: In function ‘void solve()’: answer.code:15:18: error: ‘ceil’ was not declared in this scope 15 | double res = ceil(sum / s); | ^~~~