QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#737346 | #8020. Mine Sweeper II | ucup-team1277# | Compile Error | / | / | C++23 | 812b | 2024-11-12 15:34:38 | 2024-11-12 15:34:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:18:9: error: redeclaration of ‘long long int nee’ 18 | int nee=0; | ^~~ answer.code:11:15: note: ‘long long int nee’ previously declared here 11 | int res=0,nee=0; | ^~~