QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32246 | #1831. Bruteforce | larryzhong | WA | 4ms | 7920kb | C++17 | 1.8kb | 2022-05-18 13:33:24 | 2022-05-18 13:33:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 4ms
memory: 7920kb
input:
3 1 1 2 2 8 2 2 5 3 6
output:
36 30
result:
ok 2 number(s): "36 30"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 7704kb
input:
4 2 2 1 3 3 7 4 1 1 2 4 3 8 4 8
output:
76 80 104 108
result:
wrong answer 1st numbers differ - expected: '75', found: '76'