QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#37095#1289. A + B ProblemHuangHanShengWA 95ms3356kbC++141.1kb2022-06-30 11:36:052022-06-30 11:36:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 1784kb

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: 95ms
memory: 3356kb

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
11010
10001010
110100101
100001110
1100001110
111100110
11101110
1000110001
101110010
111001
11110100
1000011110
1100011
1110110
11100
1101100
1000010
1011011100
10010000101
1000100
101011
101100101
1110
100
111010111
111000
1010100101
100011
10000110
110
11111
11001010
100100001
1110001...

result:

wrong answer 2nd lines differ - expected: '11100', found: '11010'