QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#815560 | #9879. ReTravel | ucup-team3188# | RE | 0ms | 3532kb | C++20 | 3.8kb | 2024-12-15 15:36:42 | 2024-12-15 15:37: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: 3532kb
input:
2 3 3 1 2
output:
6
result:
ok "6"
Test #2:
score: -100
Runtime Error
input:
3 2 2 3 3 1 3