QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#877431 | #8991. Genetic Reconstruction | ZhangYiDe | WA | 1ms | 3712kb | C++20 | 1.6kb | 2025-01-31 22:09:54 | 2025-01-31 22:09:54 |
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: 0ms
memory: 3712kb
input:
3 0 0 a 0 0 b 1 2 c
output:
ac bc cc
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 3712kb
input:
3 0 0 c 0 0 c 2 1 a
output:
-1
result:
ok single line: '-1'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3712kb
input:
6 0 0 e 0 0 a 0 0 a 1 2 a 1 3 a 4 5 f
output:
ee aa aa af af ff
result:
wrong answer 1st lines differ - expected: 'ef', found: 'ee'