摘要: #include<stdio.h> #include<stdlib.h> int main(){ int L,i,j,n; bool trees[10001]; for(i=0;i<10001;i++){ trees[i]=true; } scanf("%d%d",&L,&n); for(i=0;i 阅读全文
posted @ 2020-10-25 19:21 有肌肉的程序员 阅读(31) 评论(0) 推荐(0)