QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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'