QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ~~~~~^~~~~~~~~~~~