QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#836468#9922. Mah-jongucup-team5240#Compile Error//C++201.6kb2024-12-28 21:03:302024-12-28 21:03:30

詳細信息

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