QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~~