乱搞
stony_oi
oi弱鸡qaq
今天终于开博客啦
展开
-
bzoj1071
神奇的乱搞。。。被卡int了,结果换一下顺序居然就可以过了 #include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;char c=getchar(); for (;c'9';c=getchar());原创 2016-11-15 14:33:50 · 218 阅读 · 0 评论 -
bzoj4723
#include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for (;c'9';c=getchar()) f=c=='-'?1:0; for (;c>='0'&&c<原创 2016-12-12 18:12:21 · 352 阅读 · 0 评论 -
bzoj2251
乱搞 前面求后缀数组是O(n^2+nlog n)的,后面求答案是乱搞,貌似可以卡到O(n^3),不过数据很水 #include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar();原创 2016-12-14 15:35:32 · 238 阅读 · 0 评论 -
bzoj 4880: [Lydsy2017年5月月赛]排名的战争
zz题,随便搞搞就行了 然而代码写得又丑又慢,有时间再改改吧 #include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for (;c'9';c=getchar()原创 2017-05-05 23:10:30 · 680 阅读 · 0 评论