QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#876944#7861. Inverse Topological Sortucup-team1494WA 1ms5872kbC++203.6kb2025-01-31 15:46:502025-01-31 15:46:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
1 2 3
1 2 3

output:

Yes
4
1 2
1 2
2 3
2 3

result:

wrong answer Integer parameter [name=edges] equals to 4, violates the range [0, 3]