QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#430703 | #3476. 3D Printed Statues | ZhangYiDe | Compile Error | / | / | C++14 | 474b | 2024-06-04 09:45:23 | 2024-06-04 09:45:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main(int, char**)’: answer.code:24:23: error: ‘log10’ was not declared in this scope 24 | cout << ceil((log10(n) / log10(2))) + 1 << endl; | ^~~~~ answer.code:24:17: error: ‘ceil’ was not declared in this scope 24 | cout << ceil((log10(n) / log10(2))) + 1 << endl; | ^~~~