#P127. 高精度除法
高精度除法
Description
给定一个m和n,求m除以n的值。
Input Format
第1行:一个正整数m; 第2行:一个正整数n;
Output Format
第1行:一个整数ans=m/n。
Sample
input
73861758
12471
output
5922
Hint
时间限制:
空间限制:
给定一个m和n,求m除以n的值。
第1行:一个正整数m; 第2行:一个正整数n;
第1行:一个整数ans=m/n。
input
73861758
12471
output
5922
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.