QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#877444#8991. Genetic ReconstructionZhangYiDeWA 1ms3584kbC++201.5kb2025-01-31 22:16:332025-01-31 22:16:36

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'