QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#629592#9249. Elimination Series Once Moreucup-team3291#WA 0ms3756kbC++2026.0kb2024-10-11 13:34:302024-10-11 13:34:32

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3756kb

input:

2 1
1 2 3 4

output:

0 1 1 2 

result:

ok 4 number(s): "0 1 1 2"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3684kb

input:

3 5
2 4 7 5 3 8 6 1

output:

0 1 1 2 2 2 2 3 

result:

wrong answer 1st numbers differ - expected: '1', found: '0'