QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877405 | #9756. Balancing Art | ZhaoZiLong | AC ✓ | 1ms | 3584kb | C++23 | 6.5kb | 2025-01-31 21:58:03 | 2025-01-31 21:58:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
input:
3 3 1 2 3 1 3 4 2 3 6
output:
1
result:
ok single line: '1'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
5 4 1 2 2 1 5 2 2 3 2 2 4 20
output:
16
result:
ok single line: '16'