#描述#
编程实现大数除法。
#格式#
##输入格式##
每组数据有两个大整数,若该数为0 0,表示输入结束。
##输出格式##
对于每组大数,输出其整除商,每个结果占一行。
#样例1#
##样例输入1##
12 3
12 34
0 0
##样例输出1##
4
0
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.