摘要:
#include<cstdio> #define MXN 100000+1 #define MXM 10*MXN int getint(){ int x=0,w=1; char c=getchar(); while(c<'0'||c>'9'){ if(c=='-') w=0; c=getchar() 阅读全文
摘要:
#include<cstdio> #define mid(l,r) ((l+r)/2) #define MXN 10000+1 #define nil 0 #define alpha 0.7f int read(){ int x=0; bool w=1; char c=getchar(); whil 阅读全文
摘要:
#include<cstdio> #include<ctime> #define mid(l,r) ((l+r)/2) #define max(a,b) (a>b?a:b) #define min(a,b) (a<b?a:b) #define nil 0 #define alpha 0.75f #d 阅读全文
摘要:
#include<cstdio> #define MXN 100000+3 #define max(a,b) (a>b?a:b) #define min(a,b) (a<b?a:b) #define nil 0 #define LEFT false #define RIGHT true int va 阅读全文
摘要:
#include<cstdio> #include<cstring> #define MXN 100001 #define MXM 200001 #define MXK 51 int afst[MXM],anxt[MXM],av[MXM],aw[MXM]; int bfst[MXM],bnxt[MX 阅读全文
摘要:
#include<cstdio> #define MXN 1000000+1 #define mid(a,b) ((a+b)>>1) int read(){ int x=0,w=1; char c=getchar(); while(c<'0'||c>'9'){ if(c=='-') w=-1; c= 阅读全文
摘要:
#include<cstdio> #define MXN 1000000+1 #define mid(a,b) ((a+b)>>1) int read(){ int x=0,w=1; char c=getchar(); while(c<'0'||c>'9'){ if(c=='-') w=-1; c= 阅读全文
摘要:
#include<cstdio> #define abs(a,b) (a>b?a-b:b-a) #define MOD 1000000 #define MXN 80000+5 int read(){ int x=0,w=1; char c=getchar(); while(c<'0'||c>'9') 阅读全文
摘要:
1 #include<cstdio> 2 #define abs(a,b) (a>b?a-b:b-a) 3 #define MOD 1000000 4 #define MXN 450000+5 5 int read(){ 6 int x=0,w=1; 7 char c=getchar(); 8 wh 阅读全文
摘要:
这是我从各个地方copy来的代码,虽然不是我写的,但是完成了我的改背景操作。 body {color: #000;background: url("//images2018.cnblogs.com/blog/1237359/201711/1237359-20171127200727644-90905 阅读全文