输入两个数,求它们的余数和商。
输入两个数,求它们的余数和商。
输入两个数,占一行,中间用空格隔开。第一个数可能很大,超过整型,第二个数在int范围。
输出占两行......格式见样例。(第一行是余数,第二行是商)
110 100
99 10
2147483647 2147483647
2147483646 2147483647
The Remainder is:10
The quotient is:1
The Remainder is:9
The quotient is:9
The Remainder is:0
The quotient is:1
The Remainder is:2147483646
The quotient is:0
Anything about this OnlineJudge, Please Contact Administrator. Click add QQ
OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap
Copyright 2016 ACM算法攻关部cnt: 53916
关于网站改版