嗨嗨嗨
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《蒟蒻求助,只有60分》回复:
@[zhouzihe](/user/798537) 感谢
提交只得了60分,第6,8,9,10个点WA,看了两年半也没看出来。 代码如下: ```cpp #include using namespace std; int a[105][105],r[105][105],n,m,ans; int X[4]={0,0,1,-1}; int Y[4]={1,-1,0,0}; boo…
在讨论《管理员名单》回复:
qp
为什么第一个非AC的数据自己测是对的,机器判是错的??? 下面是代码 ```cpp #include using namespace std; const int maxn=1005; struct node{ int x,y; }Q,Node; int n,m; int Map[maxn][maxn]; bool M…