1832: 运送物资- CCF-GESP2024年12月六级C++

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:4 Solved:2

Description

Input

Output

输出⼀个正整数,代表所有货车每天的最短总⾏驶路程

Sample Input Copy

3 4 10
1 1
2 1
8 3
5 3
7 2
9 0
1 10000

Sample Output Copy

40186