这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《吐槽题目背景》回复:
~~动物都比我niubi~~
在讨论《洛谷教材书名征集》回复:
恭喜你通过了OI ~~恭喜你通过了此题~~
在讨论《迷之WA》回复:
@[心血不会来潮](/space/show?uid=94739) 找到错误啦!在主函数里面多定义了一个n ```cpp #include using namespace std; int n,mmp[31][31]; int dx[5]={0,-1,1,0,0}; int dy[5]={0,0,0,-1,1}; voi…
在讨论《迷之WA》回复:
@[心血不会来潮](/space/show?uid=94739) 谢谢啦(^-^)!######
为什么两个代码一模一样, 可一个能过, 另一个却只能过两个点? 求神犇们解释一下Orz 代码一(AC): ```cpp #include using namespace std; int n; int mapp[31][31]; int dx[5]={0,-1,1,0,0}; int dy[5]={0,0,0,-1,1…