QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#426142 | #6502. Disjoint Set Union | egypt_ioi2024_01 | WA | 1ms | 3588kb | C++23 | 3.3kb | 2024-05-30 21:36:49 | 2024-05-30 21:36:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3588kb
input:
5 3 1 2 3 2 2 3 4 1 2 3 3 1 1 1 2 5 1 2 3 4 5 2 3 4 5 5 5 1 1 1 1 1 1 2 3 4 5 6 1 2 2 4 5 6 1 1 5 1 4 2
output:
YES 1 2 1 3 2 1 2 NO NO NO NO
result:
wrong answer f[1] = 3, but expected 2 (test case 1)