这个家伙不懒,什么也没留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
前两个子任务**AC** 第三个只有1个点**A**了 ```Cpp #include using namespace std; const int INF=0x3f3f3f3f; int dp[500050]; int w[10010],v[10010]; int n,m,V; void solve(){ memse…
```cpp #include #include using namespace std; #define int long long const int INF=1e9; int n,s,e,ans=INF; int a[220],vis[220]; void dfs(int x,int s){ if(x==e){…
```Cpp #include #include using namespace std; int n,cnt; bool st[5000050]; int prime[50050]; void f(){ int i,j; cnt=0; for(i=2;i >n; f(); int ans=0; for(i=2;i<=…
```Cpp #include #include using namespace std; #define int long long const int INF=0x3f3f3f3f3f3f; int T; int n,m; struct node { int u,w; }; vector g[2020]; int…
在讨论《40分求调》回复:
谢谢大佬?
```Cpp #include #include using namespace std; int a[110][110]; short int vis[110][110]; int n,m,ans; int tx[4]={1,-1,0,0}; int ty[4]={0,0,1,-1}; struct node { i…
在文章《从县中到北大——浅记成功的高考与失败的竞赛经历》发表评论:
%%%
[题目传送门](https://www.luogu.com.cn/problem/CF1057C) ### 背景 这是本蒟蒻第一次写题解 ,希望 $dalao$ 多多关照🙏 ## 题目描述 有 $n$ 个糖盒 , 每个有 *r[i]* 颗糖,并有 $RGB$ 中的一种颜色 ( 一盒糖颜色相同 ),*Tanya* 从第…