QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#879501 | #9700. Ying’s Cup | ucup-team6072# | WA | 1ms | 3712kb | C++23 | 5.7kb | 2025-02-02 04:26:12 | 2025-02-02 04:26:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3584kb
input:
5 1 2 1 3 2 4 2 5
output:
28 54 38 0 0
result:
ok 5 number(s): "28 54 38 0 0"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3712kb
input:
10 6 10 5 9 10 3 9 10 7 4 4 1 3 2 3 7 8 4
output:
11540 242090 825920 1167840 601620 174990 0 0 0 0
result:
wrong answer 2nd numbers differ - expected: '253870', found: '242090'