QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#742565 | #8936. Team Arrangement | ucup-team1598# | Compile Error | / | / | C++17 | 1.4kb | 2024-11-13 16:49:01 | 2024-11-13 16:49:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:52:20: error: ‘r’ was not declared in this scope 52 | if(r==n)continue; | ^ answer.code:56:9: error: ‘d’ was not declared in this scope 56 | d += w[b[i]]; | ^ answer.code:56:18: error: ‘i’ was not declared in this scope 56 | d += w[b[i]]; | ^