QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#565482#9319. Bull Farmucup-team4740WA 0ms3644kbC++172.9kb2024-09-15 21:24:312024-09-15 21:24:32

詳細信息

Test #1:

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

input:

2
5 2 4
0305040201
0404040404
030300
020500
050102
020501
6 2 4
030603010601
010203060504
030202
060402
050602
060401

output:

1011
0100

result:

ok 2 lines

Test #2:

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

input:

1
3 3 6
020202
030301
030201
020102
030203
010201
010303
020303
010202

output:

000100

result:

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