QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#877444 | #8991. Genetic Reconstruction | ZhangYiDe | WA | 1ms | 3584kb | C++20 | 1.5kb | 2025-01-31 22:16:33 | 2025-01-31 22:16:36 |
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: 3584kb
input:
3 0 0 a 0 0 b 1 2 c
output:
ac bz cz
result:
wrong answer 2nd lines differ - expected: 'bc', found: 'bz'