QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#75075 | #3872. Gym Badges | ZhangYiDe | Compile Error | / | / | C++17 | 972b | 2023-02-04 15:03:16 | 2023-02-04 15:03:18 |
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:31:12: error: redeclaration of ‘ll c’ 31 | ll c=0; | ^ answer.code:22:12: note: ‘ll c’ previously declared here 22 | ll c=0; | ^