QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#836468#9922. Mah-jongucup-team5240#Compile Error//C++201.6kb2024-12-28 21:03:302024-12-28 21:03:30

Details

answer.code: In function ‘void solve()’:
answer.code:13:31: error: ‘in’ was not declared in this scope; did you mean ‘i’?
   13 |         for(int i=1;i<=n;i++) in>>a[i];
      |                               ^~
      |                               i