QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#218693 | #6309. Aqre | ucup-team1005 | Compile Error | / | / | C++14 | 930b | 2023-10-18 17:08:38 | 2023-10-18 17:08:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void work()’: answer.code:19:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 19 | }ans= 0; for (int i=0;i<n;i++)for(int j=0;j<m;j++) ans += a[i][j]; | ^~~ | abs