QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#403090 | #6836. A Plus B Problem | ucup-team2335 | WA | 1ms | 3960kb | C++20 | 2.5kb | 2024-05-01 20:37:31 | 2024-05-01 20:37:32 |
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: 3960kb
input:
5 5 01234 56789 2 1 0 2 2 1 2 3 2 2 4 3 2 5 4
output:
0 2 3 3 5 3 7 3 8 3
result:
wrong answer 2nd lines differ - expected: '3 2', found: '3 3'