QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^