QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#937160 | #8185. Emerging Tree | Natsuhi Kage (Qiyu Feng, Jianing Liu, Zemu Zhu) # | WA | 4ms | 16112kb | C++23 | 2.6kb | 2025-03-16 11:43:49 | 2025-03-16 11:43:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 16080kb
input:
4 3 1 1 4 1 2
output:
Yes 2 4 1 3
result:
ok found a correct permutation
Test #2:
score: 0
Accepted
time: 4ms
memory: 16112kb
input:
7 1 2 1 3 1 4 2 5 3 6 4 7
output:
No
result:
ok desired permutation does not exist
Test #3:
score: 0
Accepted
time: 3ms
memory: 15944kb
input:
6 1 2 2 3 2 4 3 5 4 6
output:
No
result:
ok desired permutation does not exist
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 14060kb
input:
6 2 3 2 5 2 1 2 6 5 4
output:
Yes 1 3 4 6 5 2
result:
wrong answer invalid permutation