【HDOJ】4956 Poor Hanamichi
摘要:
基本数学题一道,看错位数,当成大数减做了,而且还把方向看反了。所求为最接近l的值。 1 #include 2 3 int f(__int64 x) { 4 int i, sum; 5 6 i = sum = 0; 7 while (x) { 8 if (... 阅读全文
posted @ 2014-08-17 22:50 Bombe 阅读(232) 评论(0) 推荐(0) 编辑
posted @ 2014-08-17 22:50 Bombe 阅读(232) 评论(0) 推荐(0) 编辑