摘要:
杭州电子科技大学2018多校测试第一场 A Maximum Multiple 打表规律题 include using namespace std; / int work(int k) { int ans=0,pi=0,pj=0,pt=0; for (int i=1; ians) { ans=i j 阅读全文
摘要:
Codeforces Round 533 (Div. 2)题解 A 题意: 给你一个序列,你可以修改序列中的每个数使其变成一个另一个正整数,如a b代价为abs(a b) 求一个t是的修改后的(abs)(a[i] t) using namespace std; int a[1005]; int ma 阅读全文