QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#51256#4632. Card SharkZhaoZiLongWA 11ms19824kbC++143.1kb2022-10-01 15:54:292022-10-01 15:54:30

详细

Test #1:

score: 100
Accepted
time: 6ms
memory: 19816kb

input:

5 4 3
0100010
00100
001000100
0010
0100010

output:

2 1 3 5 4

result:

ok single line: '2 1 3 5 4'

Test #2:

score: 0
Accepted
time: 11ms
memory: 19748kb

input:

4 2 1
010
10101
010
10101

output:

2 1 4 3

result:

ok single line: '2 1 4 3'

Test #3:

score: -100
Wrong Answer
time: 6ms
memory: 19824kb

input:

1 5 3
001000010000100

output:

-1

result:

wrong answer 1st lines differ - expected: '1', found: '-1'