L1-009 N個數求和(簡單模擬分數加法)

輸入樣例1: 5 2/5 4/15 1/30 -2/60 8/3 輸出樣例1: 3 1/3 輸入樣例2: 2 4/3 2/3 輸出樣例2: 2 輸入樣例3: 3 1/3 -1/6 1/8 輸出樣例3: 7/24 #include<cstdio> #include<cmath> using namespace std; typedef long long ll; int gcd(int a,int
相關文章
相關標籤/搜索