QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#539254 | #7221. The Road Network | ucup-team1005 | WA | 15ms | 10772kb | Python3 | 1.8kb | 2024-08-31 14:22:14 | 2024-08-31 14:22:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 15ms
memory: 10772kb
input:
4 7 1 4 6 3
output:
1 3 4 6 3 6
result:
wrong answer 1st numbers differ - expected: '3', found: '1'