QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#380238 | #8567. Cheap Construction | ucup-team121# | WA | 1ms | 7836kb | C++20 | 2.5kb | 2024-04-06 22:05:52 | 2024-04-06 22:05:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 7688kb
input:
1 3 1 1 2 2 1 3
output:
1 1 1 3 3 2
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 7836kb
input:
2 3 1 1 1 2 3 1 3 1 3 2 1 3 3
output:
1 1 1 2 3 1 1 1 1 3 3 3
result:
wrong answer 2nd lines differ - expected: '1 1', found: '1 2'