已退谷 | 个人博客:mc-sep.top
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《U464936这道题有做对的吗(bushi为啥我就对不了》回复:
... ```cpp #include using namespace std; int main(){ long long a; cin>>a; if(a>0) cout<<1; else cout<<-1; } ``` 60....
在讨论《如何教会5岁小孩写他自己的名字?》回复:
~~**用脚写**~~
在讨论《玄关》回复:
用katex和html的RGB值慢慢挑 例如: $\mathbf\color{red}你$$\mathbf\color{yellow}干$ $\mathbf\color{green}吗$
在讨论《有 blog 的加个链吧》回复:
@[kuqilin](/user/980618) 你要重新建吗
在讨论《60分求调》回复:
```cpp #include using namespace std; vector node[100001]; int n,m,a[100001],x,y; void dfs(int now, int x){ a[now]=x;//现在走到的点 for (int i=0;i >n>>m; for (int i=1;…
在讨论《20RE求助(玄关)》回复:
@[FFTotoro](/user/556366) 那要用什么做,大佬有什么建议吗
```cpp #include using namespace std; struct Edge{ int to,w,nxt; }edge[100001]; int cnt,u,v,m,n,g[1001][1001],b[100001],que[100001],head,tail; bool vis[100001];…
有个人博客的(NOT 锣鼓博客!!!)可以和我友链接力一下吗awa(我想一起学习) 我的博客:[点这里](https://minecraft-sep.github.io/) 别举报awa
在讨论《0分大佬求助》回复:
@[tangqizhang](/user/1123148) 你这里..... ```cpp for(int i=2;i<=t-1;i++) ``` 改成 ```cpp for(int i=2;i*i<=t;i++){ ```
```cpp #include using namespace std; const int N=5001; int h[N][N],dp[N][N],a[N][N],cnt=0,ans=0,n; // h数组用于记录每套系统,dp用于动态规划存储到目前位置最大的,a数组存储输入序列,cnt记录需要的系统数,ans记录…
```cpp #include using namespace std; int n,a[100010],f[100010],ans,ans1,ans2,cnt; int main(){ cin>>n; for(int i=1;i >a[i]; for(int i=1;i =1;i--){ f[i]=1; for(in…
```cpp #include #define ll long long using namespace std; int v2,n,c,sum,mmin=10000000001;//c=背包容量 int w[1000001],v[1000001]; int f[1000001]; bool isok=false; i…
# 建造堤坝 ## 题目描述 在一个大型水利建设项目中,工程师们正在努力完成最后一段堤坝的建造。这段堤坝的完成需要至少体积为 $v$ 的混凝土。目前,工地上有 $ n $ 批次不同规格的混凝土,每批次的体积和运输到堤坝现场所需的成本分别为 $k$ 和 $m$。由于工程已经进行了很长时间,预算有限,剩余的预算为 $c$。…
在讨论《hhh》回复:
......... 建议~~紫衫~~(bushi)
在讨论《B2029 大象喝水为何错了》回复:
```cpp #include using namespace std; int main() { int h,r,n; scanf("%d%d",&h,&r); n=20/(3.14159*r*r*h/1000)+1; printf("%d",n); return 0; } ```
在讨论《B2029 大象喝水为何错了》回复:
@[JJLAW](/user/1334856) 你这π......
在讨论《机房有人很吵怎么办。》回复:
全体! ~~你偷老师电脑~~ ### ~~《黑屏安静》~~ @[sqrtDataStructure](/user/484006)
```cpp #include #define ll long long using namespace std; int m,n,w[1000001],v[1000001]; int f[10001][10001]; signed main(){ cin>>n>>m; for(int i=1;i >w[i]>>v[i…
在讨论《萌新求助》回复:
云剪切板 @[E23zhuanghanshuo](/user/1276397)
在讨论《关于云剪切板的一些事......》回复:
@[Guo1](/user/743879) 我只是临时放一下文章而已
在讨论《MoQ Round 1 赛后总结帖》回复:
qp
有一天,我在爆肝一篇文章,在云剪切板里点保存,一直没反应,我就点了很多下,也没有反应,我就算了,结果第二天以上luogu。。。 …
```cpp #include using namespace std; int a[100001],sum,n; void Sort(){ for(int i=0;i a[j+1]){ int tmp=a[j]; a[j]=a[j+1]; a[j+1]=tmp; sum++; } } } } signed main(…
在讨论《关注数量为负》回复:
还真的
在讨论《已经AC,但求助之前的代码》回复:
@[qxs_ck](/user/676105) 貌似不是这个问题  刚运行一秒就这样
在讨论《已经AC,但求助之前的代码》回复:
这破代码差点把我电脑内存卡爆了...... 求助,这个代码哪里有问题?
```cpp #include using namespace std; struct node{ int x,y;//坐标 }; int n,m,qx,qy; bool f[511][511];//标记已走点 int dx[]={ 1, 1, 2, 2, -1, -1, -2, -2 }; int dy[]={ 2,…
在讨论《小问一下这个玩意怎么用的》回复:
明白了,谢谢 ~~我要是看不懂老师不得杀了我~~