叫我sin桦
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《一个用来造数据的小玩具》发表评论:
qp
在讨论《90分求助!!!》回复:
@[Farmer_Nhoj](luogu://user/1246981)感谢,已关(~~是不是来太晚了~~)
在讨论《周中比赛作弊名单(棕138封23)》回复:
彳亍
在讨论《40分!》回复:
@[wpl123456wpl](luogu://user/1399394)谢谢,已关
在讨论《40分!》回复:
@[wpl123456wpl](luogu://user/1399394)改int没用
在讨论《40分!》回复:
@[liyelei](luogu://user/1385862)知道了谢谢,已关
这道题是~~肥不拉几~~[斐波那契数列](https://baike.baidu.com/item/%E6%96%90%E6%B3%A2%E9%82%A3%E5%A5%91%E6%95%B0%E5%88%97/99145)吗? 我用了[斐波那契数列](https://baike.baidu.com/item/%E6%9…
在讨论《28分!!!》回复:
@[Ak_hjc_using](luogu://user/1449703)知道了谢谢
~~这么难是入能做出来的吗~~ **TLE了求调!!!** ```cpp #include using namespace std; const int N=1e6+5; struct query{ int l,r,id,block; bool operator o.r):(r >n; bs = max(1, (int…
**话不多说上代码** ```cpp #include using namespace std; string s1,s2,s0; int c0[100]; int main(){ cin>>s1>>s2>>s0; if(s1.size()!=s2.size()){ cout<<"Failed"; return 0;…
在讨论《60分求调》回复:
过了,此篇结
# **60分!!!** 但是样例能过 ,不知道为什么错了 ~~(怎么又是我,太没石粒了)~~ ```cpp #include using namespace std; long long x,y,s,p,q,a=0; int main(){ cin>>x>>y; s=(y/x); for(int i=1;i*i<=s…
在讨论《70分》回复:
@[ryderyang](luogu://user/1192554)谢谢
??? ```cpp #include using namespace std; int n,a[100005],b[100005],sum[100005],sm[100005],ans; bool fl=true; int main(){ cin>>n; for(int i=1;i >a[i]; sum[i]=a[i…
在讨论《10分》回复:
@[Transparent_fish](luogu://user/766220)谢谢
本来开int10分,开了longlong还是10分,求调 ```cpp #include using namespace std; long long tot; string dishes; bool dish[10]; int main(){ cin>>tot>>dishes; dish[dishes[0]-64]=…
数据范围太小了,硬做都能过(别喷我,我会做) ```cpp #include using namespace std; int n; int main(){ cin>>n; if(n==1){ cout<<" 1"; }else if(n==2){ cout<<" 1 2\n 4 3 "; }else if(n==3)…
在讨论《我嘞个RE》回复:
太棒啦,终于AC啦,可以继续玩MC啦,感谢大佬们,已关 @[lsd110504](/user/1234924) @[bcdmwSjy](/user/514727) @[hexuchen](/user/945742)
在讨论《我嘞个RE》回复:
好像是
在讨论《我嘞个RE》回复:
@[daishuohua](/user/872197) 什么意思?要特判吗
在讨论《我嘞个RE》回复:
??? @[bcdmwSjy](/user/514727)
我感觉这个世界就是一个巨大的MC(~~这道题一定是一个MC魔怔玩家出的~~) 60分,两个RE(~~紫紫绿绿的真难看~~),为什么会这样 # **RE CODE** ```cpp #include using namespace std; int n,m,k,x,y,o,p,ans=0; bool lt[105][10…
在讨论《20分!!!》回复:
???已经AC了
在讨论《90分求助!!!》回复:
@[jiangchengzhe](/user/1246981) 6
在讨论《20分!!!》回复:
感谢大佬,AC了,已关
在讨论《请问为什么结果为0?》回复:
int改double
我也不知道怎么打出这段代码的,~~可能是太累了睡着时打出来的吧~~ ------------ **正片开始** # 由此欣赏:20分代码 ```cpp #include using namespace std; double n,m,mx=-1,mn=0x7f7f7f7f,mxx=-1,arr[105][25],sum…
在讨论《小建议》回复:
我怕我的电脑炸掉
在讨论《10分,9RE,找不到自己的问题,求调》回复:
```cpp #include using namespace std; int n,hf[50][50],x,y; int main(){ cin>>n; x=1; y=(n+1)/2; for(int i=1;i<=n*n;i++){ hf[x][y]=i; if(x==1 && y!=n){ x=n; y++;…
在讨论《14分!!!》回复:
~~这是本蒟蒻梦里打出来的代码,凑合着看吧~~ ------------ 看不懂你在写什么,~~逝世~~试试我的吧 # AC CODE: ```cpp #include //我爱用万能头 using namespace std; double n,mxx=-1,mnk=145605; //提前赋值 int main()…