摘要:
code (https://codeforces.com/contest/2210/problem/C1) #include<bits/stdc++.h> using namespace std; //"O campeão tem nome, e se chama Charles Oliveira! 阅读全文
摘要:
完整代码 #include<bits/stdc++.h> using namespace std; //"O campeão tem nome, e se chama Charles Oliveira!" #define int long long #define endl '\n' #define 阅读全文
摘要:
函数例子 public static double totalTax(Income... incomes) { double total = 0; for (Income income: incomes) { total = total + income.getTax(); } return tot 阅读全文