QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#390248#3733. 地铁ucup-team1383Compile Error//C++171.4kb2024-04-15 10:48:012024-04-15 10:48:02

Details

answer.code: In function ‘void dij(long long int)’:
answer.code:13:24: error: ‘m’ was not declared in this scope
   13 |         for(int i=1;i<=m;i++) st[i]=0,dis[i]=1e9;
      |                        ^