Had I not seen the sun, I could have borne the shade.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《恐日病》发表评论:
抱抱/kel
在讨论《20pts求助》回复:
@[koukilee](luogu://user/907119) 谢谢?
在讨论《20pts求助》回复:
@[Forge_Unique](luogu://user/930686) 谢谢?
前4个测试点居然 TLE 了 T-T ```cpp #include #include using namespace std; int n; double A,B; int main(){ cin>>n; for(int i=1;i >a; A+=a; } for(int i=1;i >b; B+=b; } prin…
在讨论《20pts求助》回复:
@[medal_dreams](luogu://user/1271321) 谢谢?
```cpp #include using namespace std; double s,k,n=1; int main(){ cin>>k; while(s<k) s+=1/n,n++; cout<<n<<endl; return 0; } ```
在讨论《P2689 60pts求解》回复:
@[V_HAPPY666](luogu://user/1247040) 谢谢 已关
在讨论《求助》回复:
@[b__b](luogu://user/1121063) 谢谢dalao
在讨论《求助》回复:
10pts 过了#1
```cpp #include using namespace std; bool t[10001]; int l,m,sum; int main(){ cin>>l>>m; for(int i=1;i >u>>v; for(int j=u;j<=v;j++) t[j]=true; } for(int i=1;i<=l…
```cpp #include using namespace std; int x1,x2,y1,y2,ans,t; char d[51]; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr),cout.tie(nullptr); cin>>x1>>y1…
在讨论《P3741 86pts求解》回复:
@[Zqx_Vector_2014](luogu://user/1279390) 懂了 谢谢dalao?
测试点#6,#13,#16,#17,#18,#39,#48 _WA_ 了 有 dalao 能帮帮吗 ```cpp #include using namespace std; int n,vk; char s[102]; bool change=1; int main(){ ios::sync_with_stdio(fa…
(只是一个刚入门的屑,来看看NOIP难度的) 代码: **cpp** ```cpp #include #define l(num,in) for(int in =1; in >T; l(T,i) { cin>>n; l(n,j) cin>>s1[i][j]; l(n,j) cin>>s2[i][j]; l(n,j) c…