摘要:
代码:(输入函数很香建议保留)我不理解他是绿的但 The Blocks Problem 是黄的 #include<bits/stdc++.h> using namespace std; int in[100010],post[100010],l[100010],r[100010]; int n,be 阅读全文
摘要:
麻麻我更委屈了!!! 天平(即风铃)AC代码:两个答案之间空行隔开也就罢了,为嘛最后一行还不能多空行?! #include<cstdio> using namespace std; bool solve(int &w){ int w1,d1,w2,d2; bool b1=1,b2=1; scanf( 阅读全文
摘要:
🙂UVA是什么牛马 注册了无数次后终于成功,与洛谷绑定1:54~2:40 绑定后登不上去+洛谷日爆3:00~4:30 瑞瑞的木板就是合并果子,就是我靠sort水过二叉堆的那个 暴力代码: #include<bits/stdc++.h> using namespace std; int main() 阅读全文
摘要:
点击查看代码 for(int i=1;i<=n;i++) { for(int j=i;j<=min(i*2,n);j++) } for(int i=1;i<=n;i++) { for(int j=1;j<=n;j+=i) } for(int i=1;i<=n;i++) { for(int j=1;j 阅读全文