QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#287680 | #6563. Four Square | ucup-team2042# | Compile Error | / | / | C++14 | 2.6kb | 2023-12-20 21:32:28 | 2023-12-20 21:32:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘bool Check(long long int, long long int)’: answer.code:59:9: error: redeclaration of ‘long long int nowx’ 59 | int nowx = y-Y , nowy = X; | ^~~~ answer.code:56:9: note: ‘long long int nowx’ previously declared here 56 | int nowx = y-X , nowy = Y; | ^~~~ answer.code:59:22: error: redeclaration of ‘long long int nowy’ 59 | int nowx = y-Y , nowy = X; | ^~~~ answer.code:56:22: note: ‘long long int nowy’ previously declared here 56 | int nowx = y-X , nowy = Y; | ^~~~