QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#674606#5073. Elden Ringucup-team5045Compile Error//C++202.7kb2024-10-25 16:51:122024-10-25 16:51:14

Details

answer.code: In lambda function:
answer.code:57:13: error: redeclaration of ‘long long int d’
   57 |         int d = bfs();
      |             ^
answer.code:30:13: note: ‘long long int d’ previously declared here
   30 |         int d = 0;
      |             ^