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