QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#517808 | #1669. Hard Optimization | HuangHanSheng | TL | 0ms | 3948kb | C++20 | 9.0kb | 2024-08-13 13:59:54 | 2024-08-13 13:59:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3948kb
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: 3924kb
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