#P127. 高精度除法
高精度除法
No submission language available for this problem.
题目描述
给定一个m和n,求m除以n的值。
输入格式
第1行:一个正整数m;
第2行:一个正整数n;
输出格式
第1行:一个整数ans=m/n。
样例
input
73861758
12471
output
5922
限制与提示
整数位数:
时间限制:
空间限制:
Related
In following homework:
No submission language available for this problem.
给定一个m和n,求m除以n的值。
第1行:一个正整数m;
第2行:一个正整数n;
第1行:一个整数ans=m/n。
input
73861758
12471
output
5922
整数位数: ≤105
时间限制:1s
空间限制:256MB
In following homework:
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.