QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#573867 | #8340. 3 Sum | ucup-team4543 | Compile Error | / | / | C++14 | 2.0kb | 2024-09-18 20:09:04 | 2024-09-18 20:09:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:22:1: error: ‘array’ does not name a type 22 | array<int,3>a[N]; | ^~~~~ answer.code: In function ‘void solve()’: answer.code:53:17: error: ‘a’ was not declared in this scope 53 | a[i][j]=(a[i][j]*10+tmp[l])%mod[j]; | ^ answer.code:71:34: error: ‘a’ was not declared in this scope 71 | int res=(1ll*a[i][o]+a[j][o]+a[l][o])%mod[o]; | ^