C++ 实现分数的四则运算 对分数求加减乘除,以及化简 #include<iostream> #include<math.h> using namespace std; struct Fraction{ … 继续阅读 C++ 实现分数的四则运算