QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#696517#6130. Plants vs. Zombiesucup-team4364#Compile Error//C++202.2kb2024-10-31 23:05:122024-10-31 23:05:13

详细

answer.code: In lambda function:
answer.code:57:20: error: ‘i’ was not declared in this scope
   57 |         cnt+=max(b[i]-c[i],(int)0)*2;
      |                    ^