QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#137076#1289. A + B ProblemZhangYiDeWA 135ms7644kbC++141.6kb2023-08-09 19:13:062023-08-09 19:13:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
4 3
1000101
2 2
1111
1 1
00

output:

1101
110
0

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 135ms
memory: 7644kb

input:

11110
10 8
111011010011100100
3 5
01011000
7 6
1110101010000
9 1
0110100101
1 9
0100001110
8 10
000101101011111000
9 6
011111111000111
1 9
1011101101
10 7
00100011000100000
4 9
1000101101010
8 4
100100110000
8 9
00101111011000101
8 9
11000000101011110
7 6
1111010100110
2 9
01001110101
4 5
100010100
...

output:

10011010100
11100
10101000
110100101
111100000
10000001100
1000010111
111111100
1110100000
111111000
11110000
1000011101
1001111100
10101110
111111000
11100
1111010
1100000000
1011100010
10010101001
10010100
1001010
1000000100
1110
1000
1111110001
11111100
1100010101
10000000
111110000
11000
11111
1...

result:

wrong answer 5th lines differ - expected: '100001110', found: '111100000'