摘要: P8647 [蓝桥杯 2017 省 AB] 分巧克力 暴力做法(60分) #include<bits/stdc++.h> using namespace std; const int N=1e5+10; int a[N],b[N]; int n,k,sum; bool judge(int x) { 阅读全文
posted @ 2023-05-09 19:16 椿の花少年 阅读(54) 评论(0) 推荐(0)