QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#595043#9420. Find Yourselfucup-team3502#WA 0ms3868kbC++201.9kb2024-09-28 12:14:262024-09-28 12:14:26

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3868kb

input:

3
3 3
1 2
2 3
3 1
4 4
1 2
2 3
3 4
4 1
6 6
1 2
2 3
3 4
4 5
5 6
6 1

output:

NO
YES
NO

result:

ok 3 token(s): yes count is 1, no count is 2

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3596kb

input:

10
8 8
1 2
2 3
3 4
4 1
1 5
5 6
2 7
7 8
8 8
1 2
2 3
3 4
4 1
1 5
2 6
3 7
4 8
9 9
1 2
2 3
3 4
4 1
1 5
5 6
3 7
7 8
2 9
7 8
1 3
1 4
1 5
2 3
2 4
2 5
3 6
4 7
8 8
1 2
2 3
3 4
4 1
1 5
5 6
3 7
7 8
8 8
1 2
2 3
3 4
4 1
1 5
5 6
2 7
3 8
8 8
1 2
2 3
3 4
4 5
5 6
6 7
7 8
8 1
9 10
1 3
1 4
1 5
2 3
2 4
2 5
1 6
2 7
3 8
...

output:

YES
YES
YES
YES
YES
YES
NO
YES
NO
NO

result:

wrong answer expected NO, found YES [1st token]