QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#307944 | #3657. Fantasy Draft | lmq26052003 | WA | 1ms | 3780kb | C++20 | 1.9kb | 2024-01-19 11:51:10 | 2024-01-19 11:51:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3572kb
input:
2 2 0 0 6 Shoresy Jonesy Reilly Sholtzy Fisky Yorkie
output:
Shoresy Reilly Jonesy Sholtzy
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 3608kb
input:
2 2 2 Reilly Shoresy 2 Shoresy Reilly 6 Shoresy Jonesy Reilly Sholtzy Fisky Yorkie
output:
Reilly Jonesy Shoresy Sholtzy
result:
ok 2 lines
Test #3:
score: 0
Accepted
time: 1ms
memory: 3720kb
input:
1 1 0 1 Jonesy
output:
Jonesy
result:
ok single line: 'Jonesy '
Test #4:
score: 0
Accepted
time: 1ms
memory: 3604kb
input:
1 1 1 Jonesy 1 Jonesy
output:
Jonesy
result:
ok single line: 'Jonesy '
Test #5:
score: 0
Accepted
time: 1ms
memory: 3484kb
input:
1 1 1 Jonesy 2 Reilly Jonesy
output:
Jonesy
result:
ok single line: 'Jonesy '
Test #6:
score: 0
Accepted
time: 1ms
memory: 3748kb
input:
1 1 1 Reilly 2 Reilly Jonesy
output:
Reilly
result:
ok single line: 'Reilly '
Test #7:
score: 0
Accepted
time: 1ms
memory: 3724kb
input:
1 2 2 Jonesy Reilly 2 Reilly Jonesy
output:
Jonesy Reilly
result:
ok single line: 'Jonesy Reilly '
Test #8:
score: 0
Accepted
time: 1ms
memory: 3520kb
input:
1 2 2 Reilly Jonesy 2 Reilly Jonesy
output:
Reilly Jonesy
result:
ok single line: 'Reilly Jonesy '
Test #9:
score: 0
Accepted
time: 1ms
memory: 3476kb
input:
3 5 0 0 0 15 Murzyn Houston Murray Guenette Czarnik Dollas Cassels Dowd Bourgeois Eriksson Pardy Raymond Hay Sarault Titov
output:
Murzyn Guenette Cassels Eriksson Hay Houston Czarnik Dowd Pardy Sarault Murray Dollas Bourgeois Raymond Titov
result:
ok 3 lines
Test #10:
score: 0
Accepted
time: 1ms
memory: 3556kb
input:
2 2 0 0 4 Godynyuk Riggin Petrovicky Huscroft
output:
Godynyuk Petrovicky Riggin Huscroft
result:
ok 2 lines
Test #11:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
3 2 0 0 0 6 Hannan Stiles Gould Fleury McCarthy Negrin
output:
Hannan Fleury Stiles McCarthy Gould Negrin
result:
ok 3 lines
Test #12:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
2 4 0 0 8 Dwyer Butler Peters McCarty Backstrom Habscheid Meyer Giguere
output:
Dwyer Peters Backstrom Meyer Butler McCarty Habscheid Giguere
result:
ok 2 lines
Test #13:
score: 0
Accepted
time: 1ms
memory: 3520kb
input:
3 5 0 0 0 15 Cavallini Ingarfield Hrdina Desbiens Albelin Chernomaz Korn Guenette Joseph LaVallee Giguere Keetley Bodak Domenichelli Hlushko
output:
Cavallini Desbiens Korn LaVallee Bodak Ingarfield Albelin Guenette Giguere Domenichelli Hrdina Chernomaz Joseph Keetley Hlushko
result:
ok 3 lines
Test #14:
score: 0
Accepted
time: 0ms
memory: 3748kb
input:
5 3 1 Fleury 0 1 Freer 1 Westgarth 1 Eakins 15 Helenius Irving Morris Roberts Eakins Dahlquist Larose Petrovicky Westgarth Kronwall Freer Fleury Churla Stempniak Patrick
output:
Fleury Irving Petrovicky Helenius Morris Kronwall Freer Roberts Churla Westgarth Dahlquist Stempniak Eakins Larose Patrick
result:
ok 5 lines
Test #15:
score: 0
Accepted
time: 1ms
memory: 3516kb
input:
1 2 1 Musil 2 Hanson Musil
output:
Musil Hanson
result:
ok single line: 'Musil Hanson '
Test #16:
score: 0
Accepted
time: 1ms
memory: 3536kb
input:
2 3 0 0 6 Hlushko Kennedy Cyr Lindsay Bozek Foo
output:
Hlushko Cyr Bozek Kennedy Lindsay Foo
result:
ok 2 lines
Test #17:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
1 4 3 Chouinard Albelin Konroyd 4 Chouinard Albelin Hull Konroyd
output:
Chouinard Albelin Konroyd Hull
result:
ok single line: 'Chouinard Albelin Konroyd Hull '
Test #18:
score: -100
Wrong Answer
time: 1ms
memory: 3604kb
input:
4 2 2 Millen Cervenka 5 Walker Millen Cervenka Nystrom Colborne 6 Nazarov Millen Colborne Bartkowski Walker Cervenka 1 Grossmann 8 Nystrom Nazarov Bartkowski Colborne Millen Walker Grossmann Cervenka
output:
Millen Cervenka Walker Bartkowski Nazarov Colborne Grossmann Nystrom
result:
wrong answer 2nd lines differ - expected: 'Walker Nystrom', found: 'Walker Bartkowski '