这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include using namespace std; int f[1010][1010][2],num[1010][1010][2],r,n; void print(int i,int j,int k) { if(i==1&&j==1) { if(k==0) cout >n; fo…
```cpp #include #include #include using namespace std; const int N=10010,M=10010,INF=1e9; int h[N],vis[N],dix[N],d[N],t[N]; int n,m,tot; struct node { int to,ne…
在讨论《难度超乎意料的简单,建议再降》回复:
``` #include using namespace std; int d[30]={0,-1,1,7,4,2,6,8,10,18,22,20,28,68,88,108,188,200,208,288,688,888}; int s[10]={108,188,200,208,288,688,888}; int ma…
在讨论《梦熊 CSP-J 2024 模拟赛 赛时答疑帖》回复:
132分(T1 AC,T2 32分)有希望今年CSP-J拿一等吗(悲)
在讨论《为什么会AC》回复:
@[Mzh2012](/user/1245384) 发帖之前就试了freopen,还是未响应
为什么在本机上测第四个样例运行后会未响应,但是交上去后AC ```cpp #include #include #include using namespace std; struct node { int op,num,l,r; }; node tr[1000010]; string s; stack sta; int…
在讨论《80分求调》回复:
@[zhaozihang2012](/user/1365542) P8816
```cpp #include #include #include using namespace std; struct node { long long x,y; }; node a[510]; int cmp(node p,node q) { return (p.x >n>>k; for(i=1;i >a[i].…
第一个点和第四个点WA ```cpp #include #include #include #define ll long long using namespace std; priority_queue ,vector >,greater > >q; ll n,m,k,e1,inf=1e17,h[110],v[110…