摘要:
abc369a 369 非常简单的等差数列。分类讨论的重要性!比如 x == y 就只有一种方法 #include<bits/stdc++.h> #define ll long long using namespace std; int x,y; int main(){ cin>>x>>y; if( 阅读全文
摘要:
abc374E 传感器优化困境 2 1.题目比较难读 2.贪心的处理chk函数中的枚举过程,这个可以做成一道贪心小题,两个物品分别有若干个,有体积和价格,想装满书包,问最小的代价是多少。 #include<bitsstdc++.h> #define ll long long #define N 10 阅读全文