摘要: 1 #define _CRT_SECURE_NO_WARNINGS 1 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <math.h> 5 6 //穷举法--效率不高 7 int gcd(int a, int b) 8 { 9 int g 阅读全文
posted @ 2022-03-22 23:02 小团熙 阅读(83) 评论(0) 推荐(0)