Type: Default 1000ms 256MiB

买酸奶

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

辰辰出去买酸奶,面对一大堆酸奶,他不知该如何选择了。

题目内容

nn 种酸奶,每种 aia_i 瓶一箱,一箱 bib_i 元,辰辰只能一箱一箱的买,问想要买至少 kk 瓶酸奶需要多少元钱,每种酸奶都有无限箱。

输入输出

输入

第一行两个正整数表示 n,kn,k

第二行至第 n+1n+1 行每行两个正整数 ai,bia_i,b_i

输出

一行一个正整数,表示答案。

样例

3 4
1 2
2 3
3 4
6

数据范围

对于 30%30\% 的数据,1n,k,ai,bi81\le n,k,a_i,b_i\le 8

对于 100%100\% 的数据,1n1001k,ai,bi1051\le n\le 100,1\le k,a_i,b_i\le 10^5

题解

[北辰杯 North-Star-Cup] 十二月月赛

Not Attended
Status
Done
Rule
Ledo
Problem
6
Start at
2023-12-22 18:00
End at
2023-12-23 0:00
Duration
6 hour(s)
Host
Partic.
96