QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#269799#5665. AA Country and King DreamoonDennisTran#Compile Error//C++201.5kb2023-11-30 00:47:222023-11-30 00:47:23

Details

answer.code: In function ‘void solve()’:
answer.code:25:9: error: ‘i’ was not declared in this scope
   25 |         i*f(arr[r] != par[las])*/ nxt[las] = arr[r];
      |         ^
answer.code:25:11: error: ‘f’ was not declared in this scope
   25 |         i*f(arr[r] != par[las])*/ nxt[las] = arr[r];
      |           ^
answer.code:25:33: error: expected primary-expression before ‘/’ token
   25 |         i*f(arr[r] != par[las])*/ nxt[las] = arr[r];
      |                                 ^