这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助,前缀和计算错误,过不了样例》回复:
```cpp #include using namespace std; const int maxn=2001; int c[maxn][maxn],sum[maxn][maxn]; int main() { ios::sync_with_stdio(false); int t,k,n,m; c[1][0]=1;c[…
@[YangBa](/space/show?uid=34903) @[hyoi\_ctime](/space/show?uid=47552) @[mangoyang](/space/show?uid=11927)
在讨论《真的别想的太复杂》回复:
@[xyz32768](/space/show?uid=29936) 那么请问如何证明这么操作次数是最少的
在讨论《令人窒息的打表操作》回复:
尴尬,打错了 int f[26][26]={ 0,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1, 1,0,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,…
在讨论《令人窒息的打表操作》回复:
@[Tony\_Chu\_](/space/show?uid=29347)
int f[26][26]={ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25, 1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24, 2,1,0,1…
@[cheeseYang](/space/show?uid=47202) @[2016gdgzoi334](/space/show?uid=41490) @[I\_AM\_HelloWord](/space/show?uid=54916) ```cpp #include #include using namespace…
在讨论《求助,2点和3点RE,10点WA,测试数据太大无法下载》回复:
@[cacfov](/space/show?uid=36036) 谢谢,问题已经解决
```cpp #include #include using namespace std; const int maxn=100,base=1e9+7; struct matrix { long long v[maxn][maxn]; int n; matrix(){ memset(v,0,sizeof(v));} m…
在讨论《世界上最短的代码哈哈哈》回复:
nonono,我是压行选手 ```cpp #include using namespace std; const int maxn=51; int a[maxn][maxn],dp[maxn][maxn][maxn][maxn]; int main() { ios::sync_with_stdio(false); in…
6 6 100 64 47 50 57 1 1 2 1 2 3 1 1 3 1 1 4 1 1 5 1 5 6 1 答案难道不应该是99吗,为什么是0 @[薇薇一笑](/space/show?uid=17774) @[无乐鸦](/space/show?uid=26231)
在讨论《求助,2点和3点RE,10点WA,测试数据太大无法下载》回复:
顶上去
```cpp #include #include #include #include using namespace std; const int maxv=2001,maxe=50000; struct Edge{ int u,v,w;}; struct Union { int f[maxv b.w;} int ma…
```cpp #include #include using namespace std; const int maxn=100000; struct interval{ long long a,b;}in[maxn]; inline bool cmp(interval x,interval y){ return x.…
在讨论《C++数组最大可以开到多少》回复:
limit.h里的INT\_MAX