QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#430701 | #3476. 3D Printed Statues | ZhaoZiLong | Compile Error | / | / | C++11 | 474b | 2024-06-04 09:34:57 | 2024-06-04 09:34:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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; | ^~~~