QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^