QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#772044 | #9246. Dominating Point | Kangliyang | Compile Error | / | / | C++14 | 1.3kb | 2024-11-22 16:41:35 | 2024-11-22 16:41:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:43:25: error: redefinition of ‘long long int p [5010]’ 43 | int n,p[5010],ban[5010],p[5010]; | ^ answer.code:43:7: note: ‘long long int p [5010]’ previously declared here 43 | int n,p[5010],ban[5010],p[5010]; | ^ answer.code: In function ‘int main()’: answer.code:49:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 49 | scanf("%1lld",&x),a[i][j]=x,p[i]+=x; | ~~~~~^~~~~~~~~~~~