QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#517791 | #1669. Hard Optimization | MaMengQi | TL | 0ms | 3912kb | C++20 | 9.0kb | 2024-08-13 13:53:12 | 2024-08-13 13:53:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3840kb
input:
4 1 10 2 3 5 9 6 7
output:
7 3 6 2 3 7 9 6 7
result:
ok ok, n = 4, ans = 7
Test #2:
score: 0
Accepted
time: 0ms
memory: 3912kb
input:
1 23 81
output:
58 23 81
result:
ok ok, n = 1, ans = 58
Test #3:
score: -100
Time Limit Exceeded
input:
2 8 30 56 93