QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#418257 | #8416. Dzielniki [B] | zaozao_zmx | Compile Error | / | / | C++23 | 3.2kb | 2024-05-23 12:10:06 | 2024-05-23 12:10:09 |
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:74:35: error: conflicting declaration ‘long long int bbb’ 74 | long long bbb=0; | ^~~ answer.code:36:29: note: previous declaration as ‘int bbb’ 36 | int bbb=0; | ^~~