QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#606607 | #9230. Routing K-Codes | ucup-team3966# | WA | 1ms | 7704kb | C++14 | 1.6kb | 2024-10-03 10:59:24 | 2024-10-03 10:59:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 7704kb
input:
4 3 1 2 1 3 1 4
output:
6
result:
ok single line: '6'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5736kb
input:
4 6 1 2 2 3 3 4 4 1 1 3 2 4
output:
0
result:
wrong answer 1st lines differ - expected: 'NIE', found: '0'