这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int num[1001][1002]={0},sr[1001][1002]={0},n; int s(int x,int y) { if(y==n) return num[x][y]; if(sr[x][y]!=0)return sr[x][y…