阅读背景:

1132 Cut Integer (20)

来源:互联网 

Cutting an integer means to cut a K digits long integer Z into two integers of (K/2) digits long integers A and B. For example, after cutting Z = 167334, we have A = 167 and B = 334. It is interesting to see that Z can be devided by the product of A and B, as 167334 / (167 x 334) = 3. Given an integer Z, you are supposed to test if it is such an integer.Cutting an integer means to cut a K dig




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: