QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#795395#9802. Light Up the Griducup-team3705#WA 33ms4904kbC++237.2kb2024-11-30 20:08:342024-11-30 20:08:36

详细

Test #1:

score: 100
Accepted
time: 33ms
memory: 4904kb

input:

2 1000 100 10 1
4
10
00

01
00

00
10

00
01
1
11
11

output:

1121
2

result:

ok 2 number(s): "1121 2"

Test #2:

score: -100
Wrong Answer
time: 25ms
memory: 4288kb

input:

2 1 1 1 1
4
10
00

01
00

00
10

00
01
1
11
11

output:

5
1

result:

wrong answer 2nd numbers differ - expected: '2', found: '1'