QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#111831 | #6196. Minimum Element Problem | ZhangYiDe | WA | 192ms | 32888kb | C++14 | 2.6kb | 2023-06-08 22:06:09 | 2023-06-08 22:06:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 5ms
memory: 13960kb
input:
5 2
output:
5 10 16 20 14
result:
ok 5 number(s): "5 10 16 20 14"
Test #2:
score: 0
Accepted
time: 4ms
memory: 13740kb
input:
10 5
output:
588 1176 2716 4942 7407 9101 9636 9167 7596 4862
result:
ok 10 numbers
Test #3:
score: -100
Wrong Answer
time: 192ms
memory: 32888kb
input:
500000 1
output:
result:
wrong answer Answer contains longer sequence [length = 500000], but output contains 0 elements