Coding is the closest thing we have to superpower !
描述
输入一个大于0的大整数N,长度不超过1000位,要求输出其除以42得到的商和余数。
输入
一个大于0的大整数,长度不超过1000位。
输出
两行,分别为整数除法得到的商和余数。
样例
输入
5185185138
输出
123456789 0
标签