QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#202132 | #5303. No Bug No Game | ZhaoZiLong | Compile Error | / | / | C++17 | 803b | 2023-10-05 19:53:17 | 2023-10-05 19:53:17 |
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:52:13: error: redeclaration of ‘int ans’ 52 | int ans=0; | ^~~ answer.code:17:19: note: ‘int ans’ previously declared here 17 | int sum=0,ans=0; | ^~~