QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#496449#1289. A + B ProblemrollerZWA 1ms5928kbC++231.7kb2024-07-28 10:31:532024-07-28 10:31:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5928kb

input:

3
4 3
1000101
2 2
1111
1 1
00

output:

id[1]=1
id[2]=0
id[3]=0
id[4]=0
id[5]=2
id[6]=0
id[7]=3
(4 3)
(3 3)
(3 2)
(3 1)
(3 0)
(2 0)
(1 0)
1101
id[1]=1
id[2]=2
id[3]=3
id[4]=4
(2 2)
(2 1)
(2 0)
(1 0)
110
id[1]=0
id[2]=0
(1 1)
(1 0)
0

result:

wrong answer 1st lines differ - expected: '1101', found: 'id[1]=1'