蒟蒻一枚
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
# 10.31 12:45从学校走的,大约16点到达宾馆,感觉很困,小息了一会。17:30老师带着我们去大学里去吃饭,点了份叉烧饭,感觉还可以。等到19:15左右到了考场外面,S 20:30才入场试机,在外面和同学聊了一会。大约19:50我实在待不住了(其实是手机快没电了),就进去看了一下,没人拦我,居然发现我位置上没…
RT ```cpp #include using namespace std; const int N=110; int n; long long f[N]; int main (){ // freopen("fibonacci2.in","r",stdin); ios::sync_with_stdio(0); cin…
RT ~~主播已经没招了,调了俩小时了~~ 应该是第一问出了问题,和答案差个1、2 ```cpp #include using namespace std; const int N=1e5+10; const int L_=1e6+10; int t,n,m,L,V; int d[N],v[N],a[N]; int p…
在讨论《求调,样例过全WA》回复:
@[北斗七星](luogu://user/235073) 谢谢
```cpp #include using namespace std; const int N=2e5+10; int n,m; long long a[N],lz[N*4]; double sins[N*4],coss[N*4]; struct node{ int l; int r; }; node tree[N*…
在讨论《这题描述不严谨 正规考试不能这样! 我投诉!@管理员 》回复:
考古
在讨论《建议绛红》回复:
降不到红,这个还是需要一点思考的
代码如下(码风勿喷) ``` #include using namespace std; int t,m; int a,b,c; int main() { //freopen ("P9750_2.in","r",stdin); ios::sync_with_stdio(0); cin.tie(0),cout.tie(0…
代码如下: ```c #include using namespace std; int n; long long h[1100000],v[1100000],sum[1100000]; long long maxx; stack s; int main (){ //freopen("P1901_2.in","r",s…
**本人刚学状压dp,帮忙看看代码 @w@** ``` #include using namespace std; int n,k; int f[20][1 >i)&1&&(st>>(i-1))&1) { //如果有国王相邻,返回false return false; } } return true; } bool c…
在讨论《TLE,20pts求调》回复:
自己的想法,已过: ``` #include using namespace std; int m,n; int a[210000],b[210000];//a表示对方的防御,b表示己方的攻击 int main (){ cin >> m >> n; for(int i=1;i > a[i]; for(int i=1;i…