QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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)