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