这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #define maxn 100010 #include #include #include using namespace std; int a[maxn+2]; int mod; struct tree { int l,r; long long pre,add; }t[4*maxn+2]; void…
在讨论《帮我解释一下为什么老是0分》回复:
@[33616354czf411](/space/show?uid=21082) 哦
在讨论《打表太长,洛谷显示代码过长怎么办》回复:
@[memset0](/space/show?uid=53495) 我辣鸡啊
在讨论《打表太长,洛谷显示代码过长怎么办》回复:
@[memset0](/space/show?uid=53495) 骗也是一种技术
在讨论《打表太长,洛谷显示代码过长怎么办》回复:
@[memset0](/space/show?uid=53495) 我会打表不会筛
在讨论《打表太长,洛谷显示代码过长怎么办》回复:
@[Ancient_One](/space/show?uid=52210) 正经代码怎么写
```cpp #include #include #include using namespace std; int p[i]={1~1000000的所有素数}; int main() { register int i,n,ans=0; cin>>n; i=0; while(p[i]<=n) { ans++; i++;…
```cpp #define INF 0x7fffffff #include #include #include #include using namespace std; struct tree { int x,y,v; }a[200001]; int n,m,tot,res; int father[50001];…
在讨论《找规律大法92分》回复:
@[日天君](/space/show?uid=37556) 你自己试试这个程序没有打表92,纯找规律
在讨论《找规律大法92分》回复:
@[日天君](/space/show?uid=37556) WA一个点
在讨论《找规律大法92分》回复:
好玩
```cpp #include using namespace std; int main() { int a1,a2,a3,a4,a5,a6; cin>>a1>>a2>>a3>>a4>>a5>>a6; int tmp; tmp=a1*1+a2*2+a3*3+a4*5+a5*10+a6*20; cout<<"Total…
```#include #include #include #include using namespace std; struct mon { long x; long y; long v; }; long max(long a,long b) { return a>b?a:b; } long father[1000…
在讨论《用大根堆是可以AC的》回复:
@[siyuan](/space/show?uid=49725) 这个不是STL吗
丑陋代码 ``` #include #include using namespace std; int heap[10001],size=0; void put(int d) { heap[++size]=d; push_heap(heap+1,heap+size+1); } int get() { pop_heap(…
```cpp #include #include using namespace std; int n,c[100001],a[100001]; int lowbit(int x) { return x&-x; } void change(int x,int k) { while(x >n; for(i=1;i >a[…
```cpp #include #include struct mon { int x; int y; int v; }; int max(int a,int b) { return a>b?a:b; } inline int read() { int x=0,w=1; char ch=getchar(); while…
```cpp #include #include struct mon { int x; int y; int v; }; int father[10001]; int max(int a,int b) { return a>b?a:b; } int find(int x) { if(father[x]!=x) fat…
在讨论《骚操作70,超时3个点》回复:
@[快乐永恒](/space/show?uid=39864) 试过了,还是70
```cpp #include struct mon { long x; long y; long v; }a[100001]; struct way { long to; long nx; long val; }b[100001]; long n,m,tot,ans,num,sum,cnt,ql,qr; long f…
在讨论《哎?我暴力模拟30啊!》回复:
我刚刚发现我的程序被测评及卡了,应该是60的
在讨论《请不要在题目讨论中涉及题目做法》回复:
前排
在讨论《哎?我暴力模拟30啊!》回复:
@[geek痕](/space/show?uid=48842)
在讨论《哎?我暴力模拟30啊!》回复:
@geek痕我没满,所以不知道
在讨论《哎?我暴力模拟30啊!》回复:
@[geek痕](/space/show?uid=48842) 对,不然我的分数更惨
```cpp #include struct mon { int x; int y; int z; }; void qsort(struct mon a[],int l,int r) { int i,j,mid; struct mon p; i=l; j=r; mid=a[(l+r)/2].y; while(i mid…
在讨论《Floyed算法60,求改正》回复:
@[和泉纱雾](/space/show?uid=43743) 姿瓷
在讨论《Floyed算法60,求改正》回复:
@[王在烜](/space/show?uid=35178) 还好,好像spfa是用在单元最短路径上面的