QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#863259#9318. AC Automation Chickenzeq2021WA 11ms76924kbC++145.0kb2025-01-19 15:17:582025-01-19 15:17:58

详细

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 76924kb

input:

4
4
1 4
4 1
1 2
2 1
2 3
3 4
2
1 2
1 2
1
3
1 2
2 1
2 3
3 2

output:

YES
4 1 1
1 2 1
2 3 2
NO
YES
YES
1 2 1
2 3 1

result:

wrong answer incorrect no or yes (test case 1)