QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#120826 | #6660. 택시 여행 | DianasDog# | Compile Error | / | / | C++14 | 4.0kb | 2023-07-07 11:35:13 | 2024-07-04 00:25:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In member function ‘void tree::solve(long long int)’: answer.code:82:51: error: ‘y’ was not declared in this scope; did you mean ‘yn’? 82 | dis[x]=min(dis[x],y.second+y.first*dep[x]); | ^ | yn