#C30506. 高精度除单精度
高精度除单精度
Background背景
输入两个整数 a, b,输出它们的商。a不大于5000位。
Input输入
两行,第一行是被除数,第二行是除数。
Output输出
一行,商的整数部分。
Samples样例
123456789123456789123456789
567
217736841487578111328847
Limitation限制
1s, 1024KiB for each test case.
输入两个整数 a, b,输出它们的商。a不大于5000位。
两行,第一行是被除数,第二行是除数。
一行,商的整数部分。
123456789123456789123456789
567
217736841487578111328847
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.