摘要: #include <bits/stdc++.h> using namespace std; int n, m, ans = 1;//n m 表示要约的数 ans调试函数递归用 clock_t start, finish; //计时器 //辗转相除法 适用于比较大的数 但是最好不要是高精度 % 的效率 阅读全文
posted @ 2021-02-23 23:43 Carrot_Rui 阅读(90) 评论(0) 推荐(0)