这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《各位大佬求教一下,编译能通过但运行报错》回复:
@[wangzixiang666](/space/show?uid=99839) 不好意思啊。。。 我这虚拟机都自动shutdown了
在讨论《各位大佬求教一下,编译能通过但运行报错》回复:
@[Wy121212](/space/show?uid=93483) 确实。。只开一个乘30没问题 开两个就炸了。。 多谢
```cpp #include #include #include using namespace std; const int M=50004; const int N=102; struct node { char ss[N]; }aa[M]; int f[M*N][30],g[M*N][30],l,tot,v[M…
在讨论《那么。。蒟蒻我只好求助各位大佬了》回复:
管理员说应该是输出不足ans+1行。。那么或许是我的做法错了。。 求各位大佬帮看看 p.s. 这题没题解 网上也都是只做第一问的 还没有数据 蒟蒻我真心挑不出来错了 谢谢各位大佬
```cpp #include #include #include using namespace std; int lowbit(int x) { return x&-x; } int n,a[100010],c[100010],pos[100010],ans,out[100010],cnt; void add(in…
在讨论《显示unexpected end of file是什么错误?》回复:
@[zhouyonglong](/space/show?uid=9433) 额。。理论上来说如果special judge扫描最后一行 没有数的话 确实可以是这种形式报错。。 谢谢管理了 那我明天改改吧。。估计是写错了
在讨论《显示unexpected end of file是什么错误?》回复:
@[icy](/space/show?uid=20487) 。。结尾格式错误?? 没见过这种问题啊 求详细解释 谢谢
在讨论《显示unexpected end of file是什么错误?》回复:
@[fbhou](/space/show?uid=65589) 能运行结果也没错。。
在讨论《显示unexpected end of file是什么错误?》回复:
@[kkksc03](/space/show?uid=1)
在讨论《显示unexpected end of file是什么错误?》回复:
显示unexpected end of file - expect int32
```cpp #include #include #include using namespace std; int lowbit(int x) { return x&-x; } int n,a[100010],c[100010],pos[100010],ans,out[100010],cnt; void add(in…
在讨论《NOIP信心赛题解》回复:
这分明是打击信心模拟赛
在讨论《这兔子可以自交是么??》回复:
@[xw001](/space/show?uid=15044) 我一直以为一次生出来两只。。以为5和7是同一天生的 还在想为啥颜色不一样。。。。
在讨论《这兔子可以自交是么??》回复:
还说生了一对呢。。就因为这量词老子半个小时没看懂图
在讨论《编号求解》回复:
因该有数学关系。。 我看别的都不太好写 费劲 今天就全推这道题了 反正又不要名次
在讨论《70分代码 求大佬找错 附错误数据》回复:
@[Venus](/space/show?uid=23243) 好了我调试找到错了 忘记给起点标记走过了。。不过这都能得70.。 还是谢谢了 看到你的深搜我才反应过来
在讨论《70分代码 求大佬找错 附错误数据》回复:
@[Venus](/space/show?uid=23243) 区别不大吧。。我只是判断有障碍或者走过的不进入递归 本质上一样吧。。
```cpp #include #include #include using namespace std; int ans,n,m,t,sx,sy,fx,fy; bool bo[1010][1010]; int ax[5]={0,1,-1,0,0},ay[5]={0,0,0,1,-1}; void dfs(int x…
在讨论《算出来A*A不等与A^2...求教》回复:
感觉这个重载好蛋疼。。。
在讨论《数据范围给错了!!!》回复:
@[洛谷OnlineJudge](/space/show?uid=3) 请及时修改
```cpp #include #include #include using namespace std; int n,m,ai,si,d,ans; bool dir[1000001]; string str,s[1000001]; int main() { cin>>n>>m; for (int i=1;i >d>…
在讨论《执着了一个月的80分。。。》回复:
蒟蒻求救。。。
```cpp #include #include #include using namespace std; int n,p; int w[1010][1010]; int c[10010],u[10010]; int input[10010],out[10010],in[10010],sum[10010]; bool…
在讨论《BZOJ过了,洛谷10分,求指点》回复:
@[AlphaAlpaca](/space/show?uid=47750) 没看ID啊 gay佬 我就说怎么还有人写树状数组
在讨论《BZOJ过了,洛谷10分,求指点》回复:
诶我。。我说你这代码怎么这么眼熟 好不容易一个写树状数组的。。 原来。。尴尬了
在讨论《BZOJ过了,洛谷10分,求指点》回复:
正常应该bzoj好过啊 bzoj3秒lg1秒
在讨论《这玩意是强连同分量??,应该是图的遍历吧》回复:
自己看题 谁说图给的是树了
在讨论《我是不是做复杂了》回复:
@[handahao](/space/show?uid=37617) 做的时候没多想 直接写上了 最后才发现