QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#389670 | #7624. Mystery of Prime | HuangHanSheng | Compile Error | / | / | C++20 | 1008b | 2024-04-14 17:59:40 | 2024-04-14 17:59:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:28:41: error: ‘i’ was not declared in this scope 28 | dp[1][0]=dp[1][1]=1,dp[1][2]=(a[i]!=1),dp[1][3]=0; | ^