QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496449 | #1289. A + B Problem | rollerZ | WA | 1ms | 5928kb | C++23 | 1.7kb | 2024-07-28 10:31:53 | 2024-07-28 10:31:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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'