摘要: 1.植树节 原题:https://www.luogu.com.cn/problem/U285015 代码: #include<bits/stdc++.h> #define ll long long using namespace std; const int N = 1e6+255; int a[N 阅读全文
posted @ 2023-05-19 20:37 天雷小兔 阅读(517) 评论(0) 推荐(0)
摘要: 1.数字游戏 原题: https://www.luogu.com.cn/problem/P5660 代码: #include<bits/stdc++.h> #include<iostream> #include<cstdio> #include<cstring> #include<algorithm 阅读全文
posted @ 2023-05-19 19:41 天雷小兔 阅读(78) 评论(0) 推荐(0)