这个人大脑发育不完全,小脑完全不发育,所以什么都没留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《60分,求条》回复:
@[__Cielo__](luogu://user/1110182)感谢感谢,神犇已关
#7 至 #10 WA了 神犇帮忙调一下(必关) ```cpp #include #include using namespace std; int a[100010],n; int main(){ cin>>n; for(int i=1;i >a[i]; } int minn=1e9+7,key=0; sort(a+…
在讨论《不是,哥man》回复:
@[__zyq_666_kpzc__](/user/1367846) 有没有一种可能,这题连评测点,数据范围都一样呢,哥
在讨论《不是,哥man》回复:
@[__zyq_666_kpzc__](/user/1367846) 题目完全一样,用题解都过不了,只拿了40
在讨论《???》回复:
@[dongzirui0817](/user/905593) @[Deric456](/user/1365062) @[_lxc___](/user/1408395) 反正ac了,管他呢。
不知大家有没有发现一个问题:\ 明明题目里说ti不重复,但样例里重复了\ so, y o u_w i l l_b e_l i k e_t h e m . \ a b a n d o n_m e .\ w i l l_y o u 问号↗
在讨论《蒟蒻求教》回复:
谢谢
在讨论《蒟蒻求教》回复:
对于 100% 的数据:1≤n,q≤10^5 ,1≤a≤10^5 ,0≤bi≤10^9。
题目:\ 小猴有一个 n 长数列 a^b1,...,a^bn, 现在他有 q 个询问:区间 l(L),r 中项的乘积是多少?即:\ a^bl×...×a^br\ 举个例子,假设 a=2,数列为 2^3, 2^7, 2^1, 2^0, 2^2, 那么区间 [2,4]中项的乘积为:2^7 ×2^1 ×2^0 =256\ 请…
在讨论《请问》回复:
@[xiao_young](/user/1270498) 必须壶关好吧
```cpp #include using namespace std; int main(){ int a,b,x,y; cin>>a>>b>>x>>y; if(x>y)swap(x,y); if(abs(a-x)<abs(a-y)){ cout<<abs(a-x)+abs(b-y)<<endl; } else{ c…
在讨论《这。。。》回复:
下次再也不开氧气罐了
在讨论《这。。。》回复:
哦!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 感谢@[Code_Fish_Hp](/user/846287)
在讨论《这。。。》回复:
看完评论,我挠了挠脑袋(c++生的)(要长小脑了)
在讨论《这。。。》回复:
@[run_away](/user/964089) 我在elseif里不是有return s;吗?
在讨论《这。。。》回复:
@[HAha201205221633](/user/892365) (难道不是void类型没有返回值吗?难道我学错了?啥时候成非void没有返回值了?)
在讨论《这。。。》回复:
@[run_away](/user/964089) 啥?没听懂(我也太蒟蒻了!
家人们水桶啊!(bushi\ 这题写了一遍发现...... ------------ ```cpp #include using namespace std; string read(){ int n; string s="",s1; char c; while(cin>>c){ if(c=='['){ cin>>n;…
在讨论《啊???》回复:
哦!ac了,突然想到要用上课讲的``` return (x+y)>(y+x); ```
```cpp #include #include #include using namespace std; string s[100010]; bool cmp(string x,string y){ return x>y; } int main(){ int n; cin>>n; for(int i=1;i >s[…
在讨论《帮帮蒟蒻吧》回复:
非常感谢(虽然我ac了,答案没什么用bushi)
在讨论《帮帮蒟蒻吧》回复:
好吧,虽然ac了,但大佬们还可以指出问题
80分 ```cpp #include #include #include using namespace std; struct stu{ string name; int y,m,d; void read(){ cin>>name>>y>>m>>d; } }a[1000010]; bool cmp(stu x,st…
在讨论《灵异事件》回复:
看到了,加了个std::ios::sync_with_stdio(false);
我用nth_element竟然60分!!!\ 附代码: ```cpp #include using namespace std; int a[5000005],n,k; int main(){ cin>>n>>k; for(int i=0;i >a[i]; nth_element(a,a+k,a+n); cout<<a…
在讨论《思路啊,去哪了?》回复:
注:if(maxn<mul)这块刚打错了
dfs咋做啊?难道dfs不能做? ```cpp #include using namespace std; int n,a[10010],b[10010],maxn=0,k=0; void dfs(int step,int sum,long long mul,int last){ if(sum==n){ if(maxn…
在讨论《问2》回复:
ooooooooo感谢大佬们 ~~(我还是个小学生啊!根本听不懂啊!还是不发了!)~~