QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#37710#1195. One-Way ConveyorsZhangYiDeWA 9ms59972kbC++174.1kb2022-07-02 15:46:492022-07-02 15:46:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 59968kb

input:

3 2
1 2
2 3
3
1 2
1 3
2 3

output:

Yes
2 3
1 2

result:

ok OK!

Test #2:

score: -100
Wrong Answer
time: 9ms
memory: 59972kb

input:

3 2
1 2
2 3
3
1 2
1 3
3 2

output:

3
3
3
No

result:

wrong answer Output doesn't match the expected answer