摘要: p1577 #include<stdio.h> #include<algorithm> using namespace std; int n,k; int l[10005]; int ans; bool check(int length){ if(length == 0) return true; 阅读全文
posted @ 2021-11-26 16:46 Oranges 阅读(64) 评论(0) 推荐(0) 编辑
摘要: p2676 #include<stdio.h> using namespace std; int n; int num[10001]; int m; int ans; int main(){ scanf("%d%d",&n,&m); for(int i=1;i<=n;i++){ int h; sca 阅读全文
posted @ 2021-11-26 16:38 Oranges 阅读(43) 评论(0) 推荐(0) 编辑