欲买桂花同载酒,终不似,少年游
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《60求调,萌新一枚》回复:
@[Chenjx2013](luogu://user/1614280)okay,总之,感激不尽【抱拳】
在讨论《60求调,萌新一枚》回复:
@[Chenjx2013](luogu://user/1614280)好的谢谢大佬,但是为啥呀,~~萌新蒙逼~~
在讨论《60求调,萌新一枚》回复:
@[Chenjx2013](luogu://user/1614280)@[LegendaryMiracle](luogu://user/1557225)好的好的,谢谢
在讨论《60求调,萌新一枚》回复:
```cpp #include using namespace std; int main(){ ios::sync_with_stdio(0); cin.tie(0); long long n,a[5000000],k; cin>>n>>k; for(int i = 0;i >a[i]; } sort(a,a+n);…
在讨论《60求调,萌新一枚》回复:
@[LegendaryMiracle](luogu://user/1557225)好的好的谢谢大佬,~~悟了~~
在讨论《60求调,萌新一枚》回复:
@[Chenjx2013](luogu://user/1614280)确实不会写哈哈,谢谢大佬,已关@[LegendaryMiracle](luogu://user/1557225)弱弱问一句,同步流是啥呀,谢谢大佬,已关@[xiao7_Mr_10_](luogu://user/961149)哦口口谢谢大佬,已关,可惜…
在讨论《60求调,萌新一枚》回复:
必关
```cpp #include using namespace std; int main(){ long long n,a[1000005],k; cin>>n>>k; for(int i = 0;i >a[i]; } sort(a,a+n); cout<<a[k]; return 0; } ``` 2RE
在讨论《60求救必关》回复:
@[LiuHongshen](luogu://user/1390521)AC了谢谢大佬,不胜感激
在讨论《60求救必关》回复:
@[LiuHongshen](luogu://user/1390521)好的我再试试谢谢大佬已经关注了
在讨论《60求救必关》回复:
@[LiuHongshen](luogu://user/1390521)@[LiuHongshen](luogu://user/1390521)好的好的大佬我试试
在讨论《60求救必关》回复:
75了发现数组开小了,还是败了
```cpp #include using namespace std; int main(){ int m,n,min1[1005],sum=0; cin>>m>>n; for(int i =1 ;i >a>>b; if(b<min1[a]){ min1[a] = b; } } for(int i = 1;i<=m;…
在讨论《20分求调,必关,谢大佬》回复:
@[wusheng_](luogu://user/1795848)好的好的谢谢大佬
在讨论《20分求调,必关,谢大佬》回复:
@[cxh1208](luogu://user/2003274)好的好的谢谢大佬
在讨论《20分求调,必关,谢大佬》回复:
@[cxh1208](luogu://user/2003274)@[cwxcplh](luogu://user/427045)@[I_AM_ACer](luogu://user/1368992)好的好的我看看,谢谢大佬
在讨论《20分求调,必关,谢大佬》回复:
@[cwxcplh](luogu://user/427045)因为我发现输出减一他案例就对了
```cpp #include using namespace std; long long n; long long maxa=-1; struct A{ int ip; long long m; }a[100000000]; int main() { cin>>n; for(int i = 0;i >a[i].m;…
在讨论《全TLE,求救必关》回复:
```cpp #include using namespace std; int sum(long long a){ long long num = 0; while(a>0){ num+=a%10; a/=10; } if(num>9){ return sum(num); } return num; } int ma…
在讨论《全TLE,求救必关》回复:
```cpp #include using namespace std; int sum(int a){ long long num = 0; while(a>0){ num+=a%10; a/=10; } if(num>9){ return sum(num); } return num; } int main(){…
```cpp #include using namespace std; int sum(int a){ long long num = 0; a*=7; while(a>0){ num+=a%10; a/=10; } if(num>9){ return sum(num*7); } return num; } int…
```cpp #include using namespace std; long long n,day=1; long long a[1000000]; int main(){ cin>>n; for(int i=1;i >a[i]; } sort(a+1,a+n+1); for(int i = 1;i<=n;i++…
在讨论《做了一百年,求救,必关》回复:
谢谢大佬
```cpp #include using namespace std; bool iswan(long long a){ for(int i = 0;i*i 1){ sum+=a%10; a/=10; } for(int i = 2;i*i >l>>r; for(int i = l;i<=r;i++){ if(isw…
在讨论《全部RE老实了》回复:
打太快了
在讨论《全部RE老实了》回复:
谢谢大家,都关注了
在讨论《全部RE老实了》回复:
```cpp #include using namespace std; int main() { int n,m; vector a; vector b; cin>>n; for(int i = 0;i >m; a.push_back(m); } sort(a.begin(),a.begin()+n); for(in…
在讨论《全部RE老实了》回复:
写错符号了```cpp #include using namespace std; int main() { int n,m; vector a; vector b; cin>>n; for(int i = 0;i >m; a.push_back(m); } sort(a.begin(),a.begin()+n); f…
在讨论《全部RE老实了》回复:
@[xingzhiyin](luogu://user/1039058)噢噢,蒟蒻一枚,不太会,谢谢
在讨论《全部RE老实了》回复:
不会做,求大佬救救