Type: RemoteJudge 1000ms 128MiB

A/B Problem

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.

题目描述

输入两个整数 a,ba,b,输出它们的商。

输入格式

两行,第一行是被除数,第二行是除数。

输出格式

一行,商的整数部分。

10
2
5

提示

0a1050000\le a\le 10^{5000}1b1091\le b\le 10^9