QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#482385 | #7102. Live Love | MaMengQi | Compile Error | / | / | C++11 | 321b | 2024-07-17 19:19:19 | 2024-07-17 19:19:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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; | ^~~~