摘要:
题意: 分别找到 a 类和 b 类中的最小值,判断当前 a 和 b 变到最小值的最大值,最后累加即可。 #include<iostream> using namespace std; const int maxn=1e6+20; int a[100],b[100]; #define inf 0x3f 阅读全文
posted @ 2020-08-09 19:33
YovM_21
阅读(121)
评论(0)
推荐(0)