QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#804138 | #9866. Extracting Weights | ucup-team1721# | RE | 3ms | 7188kb | C++20 | 6.0kb | 2024-12-07 20:36:52 | 2024-12-07 20:37:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 7172kb
input:
4 1 1 2 2 3 2 4 1 3 2
output:
Yes ? 3 1 2 2 3 2 4 ! 1 2 3
result:
ok OK 3 numbers
Test #2:
score: 0
Accepted
time: 3ms
memory: 7188kb
input:
5 2 1 2 2 3 3 4 3 5 1 2 3 4
output:
Yes ? 4 1 3 2 4 2 5 4 5 ! 4 5 3 2
result:
ok OK 4 numbers
Test #3:
score: -100
Runtime Error
input:
6 2 1 2 2 3 3 4 4 5 4 6
output:
Yes ? 5 1 3 2 4 3 5 3 6 5 6