QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#835140 | #3230. Beautiful Now | GuanYunchang | Compile Error | / | / | C++17 | 748b | 2024-12-28 10:02:54 | 2024-12-28 10:02:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:45:27: error: redeclaration of ‘long long int sum’ 45 | long long sum=0; | ^~~ answer.code:40:27: note: ‘long long int sum’ previously declared here 40 | long long sum=0; | ^~~