摘要: codeforces 789E. The Great Mixing(经典,dp,状态图建立) void bfs() { queue<int>q; for(int i=0;i<=1000;i++) { if(st[i]) { v.pb(n-i); int x=n-i+1000;//这里最主要的作用是标 阅读全文
posted @ 2023-05-10 20:37 Thecode_Wm 阅读(42) 评论(0) 推荐(0)