摘要: https://www.luogu.org/problemnew/show/P1579 注意 数组的大小为 [0,n)不包括n 一下为错误的代码 include using namespace std; int is[20005];int n; void init() { is[1]=1; for( 阅读全文
posted @ 2018-09-30 21:12 Hugh996 阅读(166) 评论(0) 推荐(0)