QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496435 | #1289. A + B Problem | rollerZ | WA | 96ms | 6796kb | C++23 | 1.6kb | 2024-07-28 10:12:03 | 2024-07-28 10:12:04 |
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: 100
Accepted
time: 1ms
memory: 5732kb
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: 96ms
memory: 6796kb
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 100001110 1111111000 1000010111 111101101 1110100000 111101010 11110000 1000010101 1001011110 10101110 101110101 10100 1111010 1000010 1011011110 10010101001 10001001 111100 111111010 1110 111 1111110001 10110111 1100010101 1110000 111000011 110 11111 11001010 11...
result:
wrong answer 6th lines differ - expected: '10000001100', found: '1111111000'