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