摘要:
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1061 #include using namespace std;int most_right_NN(__int64 N){int result =1;int temp = N%10;if(temp == 0)return 0;while(N){if(N & 0x01)result =(result *... 阅读全文
posted @ 2013-07-06 10:33
cheng_you_know
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号