摘要: #include<stdio.h> #include<math.h> #include<stdlib.h> using namespace std; //分数的四则运算 int Gcd(int m,int n) { int temp; if(m<n) /*比较大小,使得m中存储大数,n中存储小数*/ 阅读全文
posted @ 2020-09-01 16:50 Akmf's_blog 阅读(158) 评论(0) 推荐(0)