QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#480361#6306. Chase Gameucup-team968#WA 0ms3860kbC++2058.8kb2024-07-16 14:43:382024-07-16 14:43:38

詳細信息

Test #1:

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

input:

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

output:

2

result:

ok 1 number(s): "2"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3512kb

input:

13 17 12 3
1 2
2 3
3 4
4 13
5 13
7 8
7 9
7 10
7 11
7 6
12 7
1 8
8 9
9 10
10 11
11 6
6 13

output:

7

result:

ok 1 number(s): "7"

Test #3:

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

input:

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

output:

4000000000000000000

result:

wrong answer 1st numbers differ - expected: '9', found: '4000000000000000000'