摘要: P1160 #include <cstdio> const int N = 1e5 + 5; int left[N], right[N]; bool del[N]; // del记录是否被删过 int main() { int n; scanf("%d", &n); right[0]=1; left 阅读全文
posted @ 2024-08-05 08:24 RonChen 阅读(46) 评论(0) 推荐(0) 编辑