QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#869638 | #9678. 网友小 Z 的树 | DerrickLo | Compile Error | / | / | C++14 | 1.1kb | 2025-01-25 12:18:55 | 2025-01-25 12:19:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:6:11: error: expected unqualified-id before numeric constant 6 | const int 1e9=1e9; | ^~~ answer.code: In function ‘std::pair<long long int, long long int> find_diameter(long long int, long long int)’: answer.code:39:1: warning: control reaches end of non-void function [-Wreturn-type] 39 | } | ^