找出N^N的最左边的一位数和最后边的一位数
摘要:
问题:找出N^N的最左边的一位数和最右边的一个数,N(1#include #define LL __int64LL Qfact(LL n){ LL res = 1, pow = n; while(n) { if(n & 1) { r... 阅读全文
posted @ 2015-11-06 09:26 张明明_1 阅读(595) 评论(0) 推荐(1)
posted @ 2015-11-06 09:26 张明明_1 阅读(595) 评论(0) 推荐(1)
posted @ 2015-11-06 09:02 张明明_1 阅读(154) 评论(0) 推荐(0)