QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#134955#1289. A + B ProblemMaMengQiWA 88ms6388kbC++141.2kb2023-08-05 10:19:122023-08-05 10:19:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 88ms
memory: 6388kb

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:

10010000000
11100
10011100
1010101100
1011111110
11011111110
1111010111
1111100101
11101111000
1111011010
111010000
1100001101
1101111100
10101110
1101110001
101100
1111010
1111000010
1110001011
10101000101
11000110
1001000
1110111110
10110
1000
10011111110
100110111
1011010101
1111000
1011000011
11...

result:

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