QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#337963#8029. Traveling MerchantZhaoZiLongWA 1ms5672kbC++20966b2024-02-25 16:32:242024-02-25 16:32:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5672kb

input:

2
4 4
LHLH
0 1
1 2
1 3
2 3
3 3
LHH
0 1
0 2
1 2

output:

yes
yes

result:

wrong answer 2nd lines differ - expected: 'no', found: 'yes'