QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#820169 | #9786. Magical Bags | ucup-team3925 | RE | 24ms | 197032kb | C++17 | 11.2kb | 2024-12-18 19:59:18 | 2024-12-18 19:59:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 24ms
memory: 197032kb
input:
4 3 4 7 10 2 1 9 4 11 2 8 14 3 6 12 13
output:
7
result:
ok 1 number(s): "7"
Test #2:
score: -100
Runtime Error
input:
4 1 1 1 2 1 3 1 4