摘要:
A. Arpa’s hard exam and Mehrdad’s naive cheat 题意求1378的n次方的最后一位,懒的写循环节 瞎快速幂 py3 int和LL 合并为int了 1 def q_(x): 2 a = 8 3 ans = 1 4 while(x>0): 5 if(x&1): 阅读全文
摘要:
A. Arpa’s hard exam and Mehrdad’s naive cheat 题意求1378的n次方的最后一位,懒的写循环节 瞎快速幂 py3 int和LL 合并为int了 1 def q_(x): 2 a = 8 3 ans = 1 4 while(x>0): 5 if(x&1): 阅读全文