QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~~