4874 - 高精度除以低精度
Time Limit : 1 秒
Memory Limit : 128 MB
确保能整除
Input
第一行是被除数,输入一个高精度数,位数小于等于250, 第二行是除数,输入一个位数小于等于9位低精度数
Output
输出商
Examples
Input
36 3
Output
12