QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#334623 | #5672. Connectivity Problem | cbant15 | WA | 0ms | 3600kb | C++20 | 710b | 2024-02-22 10:32:50 | 2024-02-22 10:32:50 |
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: 0ms
memory: 3600kb
input:
12 3 4 4 9 8 1 2 3 5 6 2 9 5 9 7 3 4 8 5 6 1 8 6 1
output:
N N N N N Y N N N Y N N
result:
wrong answer 11th lines differ - expected: 'Y', found: 'N'