QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#874844#7938. Graph Raceucup-team1494#WA 0ms11892kbC++202.9kb2025-01-28 18:05:312025-01-28 18:05:32

详细

Test #1:

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

input:

5 4
0 0
1 1
1 1
5 1
100 40
4 1
1 2
1 3
4 5

output:

3
3
60

result:

ok 3 number(s): "3 3 60"

Test #2:

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

input:

6 10
903568159 700448725
628912797 731062359
620179636 21330815
551246171 800423583
200754983 633226914
263013360 961926530
3 5
3 6
5 2
4 2
4 3
1 3
6 2
4 5
6 4
3 2

output:

577518006

result:

wrong answer 1st numbers differ - expected: '203119434', found: '577518006'