QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#569722 | #5545. Contingency Plan | DennisTran | WA | 1ms | 6024kb | C++20 | 2.8kb | 2024-09-17 09:27:41 | 2024-09-17 09:27:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5956kb
input:
7 1 2 3 7 2 4 2 5 1 3 3 6
output:
7 5 6 7 7 4 2 7 1 7 3 1
result:
ok AC
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 6024kb
input:
3 1 2 2 3
output:
1 3 2 3
result:
wrong answer expected -1