QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]]; | ^