QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#120826#6660. 택시 여행DianasDog#Compile Error//C++144.0kb2023-07-07 11:35:132024-07-04 00:25:45

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