QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#878432#9696. Analysisucup-team1645#WA 2ms5976kbC++20851b2025-02-01 15:17:412025-02-01 15:17:41

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 5968kb

input:

5 100 1000
1 2
2 3
3 4
4 5

output:

0

result:

ok 1 number(s): "0"

Test #2:

score: 0
Accepted
time: 2ms
memory: 5972kb

input:

5 100 200
1 2
1 3
2 4
2 5

output:

100

result:

ok 1 number(s): "100"

Test #3:

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

input:

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

output:

219886332

result:

ok 1 number(s): "219886332"

Test #4:

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

input:

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

output:

825371655

result:

ok 1 number(s): "825371655"

Test #5:

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

input:

9 719441223 227056392
4 6
9 2
5 3
1 4
6 8
1 9
1 7
3 1

output:

-4067910904

result:

wrong answer 1st numbers differ - expected: '227056392', found: '-4067910904'