这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《洛谷奖项认证功能》回复:
前排
在讨论《红黑紫三色,0分求助!》回复:
用python做,~~自带高精~~
在讨论《RE!!!》回复:
数组开小了
在讨论《AC代码求优化》回复:
感谢
在讨论《AC代码求优化》回复:
我想
```cpp #include using namespace std; int n,m,ans; void dfs(int x,int y,int z){ if(z==m){ if(y==n) ans++; return; } for(int i=x;y+i*(m-z) >n>>m; dfs(1,0,0); cout…
在讨论《全TLE》回复:
```cpp #include using namespace std; int w[25][25][25]; int main(){ int a,b,c; for(int i=0;i 20||b>20||c>20){ printf("w(%d, %d, %d) = %d\n",a,b,c,w[20][20][20])…
```cpp #include using namespace std; long long x,y,z; long long w(long long a,long long b,long long c){ if(a 20 || b>20 ||c>20){ return w(20,20,20); }else if(a…
在讨论《daolao求助16分》回复:
感谢感谢
```cpp #include using namespace std; int mat[505][505]; int p[250005][2]; int book[505][505]; int n,m,cnt,sx,sy; int nxt[4][2]={0,1,0,-1,1,0,-1,0}; void dfs(int…