QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#696517 | #6130. Plants vs. Zombies | ucup-team4364# | Compile Error | / | / | C++20 | 2.2kb | 2024-10-31 23:05:12 | 2024-10-31 23:05:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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; | ^