摘要: 原题链接 https://www.acwing.com/problem/content/877/ 模版代码 #include <iostream> #include <algorithm> using namespace std; typedef long long LL; //求a ^ k % p 阅读全文
posted @ 2021-04-03 13:10 呼_呼 阅读(37) 评论(0) 推荐(0)