QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#162666#5088. Two Choreographiesntu_vjudge_1WA 3ms31188kbC++171.7kb2023-09-03 15:43:202023-09-03 15:43:21

詳細信息

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.