2003/6/4 下午 09:50:10 /* 分數相加並且約分 */ /* */ /* (a/b)+(c/d) */ /* =[(a*d)+(c*b)]/(b*d) */ /* */ #include struct none /*將分母、分子用結構來宣告*/
www.programmer-club.com.tw