QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#812014 | #8185. Emerging Tree | qiuzx | WA | 4ms | 38480kb | C++20 | 3.3kb | 2024-12-13 10:44:32 | 2024-12-13 10:44:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3ms
memory: 36556kb
input:
4 3 1 1 4 1 2
output:
Yes 3 1 4 2
result:
ok found a correct permutation
Test #2:
score: 0
Accepted
time: 0ms
memory: 38480kb
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: 2ms
memory: 38480kb
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: 4ms
memory: 36616kb
input:
6 2 3 2 5 2 1 2 6 5 4
output:
Yes 6 1 2 3 5 4
result:
wrong answer invalid permutation