QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#162666#5088. Two Choreographiesntu_vjudge_1WA 3ms31188kbC++171.7kb2023-09-03 15:43:202023-09-03 15:43:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 31188kb

input:

4
1 2
1 3
1 4
2 3
2 4

output:

3
3 2 1 
1 2 3 

result:

wrong answer Wrong output - Identical cycle.