QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#217039 | #6190. Graph Problem | Qiuly | WA | 1ms | 5788kb | C++14 | 2.8kb | 2023-10-16 12:21:08 | 2023-10-16 12:21:08 |
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: 5788kb
input:
5 4 1 2 2 3 3 4 4 5 2 1 4 2 1 5 1 3 3 5 3 4 1 1 2
output:
11 1
result:
wrong answer 1st lines differ - expected: '01', found: '11'