QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#425135#8643. Board Gameegypt_ioi2024_07Compile Error//C++234.2kb2024-05-29 22:30:062024-05-29 22:30:07

Details

answer.code: In function ‘int32_t main()’:
answer.code:78:16: error: ‘cur’ was not declared in this scope
   78 |         if(dis[cur]>=1e18) continue;
      |                ^~~
answer.code:95:24: error: ‘cur’ was not declared in this scope
   95 |                 if(dis[cur]>=1e18) continue;
      |                        ^~~
answer.code:115:24: error: ‘cur’ was not declared in this scope
  115 |                 if(dis[cur]>=1e18) continue;
      |                        ^~~
answer.code:134:24: error: ‘cur’ was not declared in this scope
  134 |                 if(dis[cur]>=1e18) continue;
      |                        ^~~
answer.code:152:24: error: ‘cur’ was not declared in this scope
  152 |                 if(dis[cur]>=1e18) continue;
      |                        ^~~