QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#742565#8936. Team Arrangementucup-team1598#Compile Error//C++171.4kb2024-11-13 16:49:012024-11-13 16:49:04

Details

answer.code: In function ‘void solve()’:
answer.code:52:20: error: ‘r’ was not declared in this scope
   52 |                 if(r==n)continue;
      |                    ^
answer.code:56:9: error: ‘d’ was not declared in this scope
   56 |         d += w[b[i]];
      |         ^
answer.code:56:18: error: ‘i’ was not declared in this scope
   56 |         d += w[b[i]];
      |                  ^