这个家伙不懒,但还是什么都没有留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《45pts,求调》回复:
已AC,此帖结
```cpp #include using namespace std; struct people{ int des; string name; }; int main(){ int n,m; cin>>n>>m; people a[100000]; for(int i=0;i >a[i].des>>a[i].nam…
在讨论《关于暴力》回复:
壶关一下吧
在讨论《关于暴力》回复:
@[angsaide](luogu://user/1837536)@[CMWabc123](luogu://user/1260931)@[lrq2013](luogu://user/1204025)后来搜了一下,确实如此
本蒟蒻在写暴力的时候发现一件奇怪的事: 我用以下方法TLE了11# ```cpp #include using namespace std; int main(){ ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); int a1,a2,a3,a4,a5,a6; cin>…
在讨论《【LGR-264】赛后总结帖》回复:
qp
在讨论《【喜报】洛谷网校学员 CSP-J/S NOIP 喜报》回复:
qp
在讨论《【喜报】洛谷网校学员 CSP-J/S NOIP 喜报》回复:
qp
在文章《欢迎来到青岛,欢迎来到青岛市城阳第一高级中学。》发表评论:
qp
```cpp #include using namespace std; int main(){ int n,m,t; cin>>n>>m>>t; int sx,sy,fx,fy; cin>>sx>>sy>>fx>>fy; bool f[20][20]={0}; for(int i=0;i >x>>y; f[x][y]…
在讨论《听取WA声一片(0ps,必关)》回复:
@[abc114514avdf](luogu://user/1125575)定义全局也没用
```cpp #include using namespace std; int d[9][2]={{0,0},{-1,2},{2,-1},{-2,1},{1,-2},{-1,-2},{-2,-1},{1,2},{2,1}}; int main(){ int a,b,n,m; cin>>a>>b>>n>>m; bool…
在讨论《A3,20pts,必关》回复:
@[Ma_Zeshu](luogu://user/1338360)已AC,已关
在讨论《A3,20pts,必关》回复:
@[Ma_Zeshu](luogu://user/1338360)请参见第18-20行
```cpp #include using namespace std; int f[17][17]; int main(){ int a,b; cin>>a>>b; f[1][1]=1; for(int i=1;i >n; for(int i=0;i >x>>y; f[x][y]=-1; if(x==1||y==1)…
在讨论《10pts,必关》回复:
已AC
```cpp #include using namespace std; int n,m,c,o,i; int main(){ cin>>n; for(int i=0;i >t; if(t[0]=='M'){ m++; } if(t[0]=='C'){ c++; } if(t[0]=='O'){ o++; } if(t…
在讨论《RE》回复:
@[Ethan0824](luogu://user/1077096)@[LiuHongshen](luogu://user/1390521)THANK YOU
在讨论《RE》回复:
@[Ethan0824](luogu://user/1077096)谢谢
```cpp #include using namespace std; int main(){ int n,m; int C[100000][100000]; ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin>>n>>m; C[0][0]=1; for(int…
```cpp #include using namespace std; int main(){ int ans=0,n,ttime,tprice; cin>>n; for(int i=0;i >opt>>price>>time; if(opt){ if((i==0)||!(time-ttime<=45&&price<…
```cpp #include using namespace std; bool f[4294967290]; int main(){ int n; cin>>n; int ans=0; for(int i=0;i >a>>b; for(int j=a;j<b;j++){ if(!f[j]){ f[j]=1; ans…
```cpp #include using namespace std; int f[128][128]; int main(){ int d,n; cin>>d>>n; int pu[20][3],ans=0,top=1; for(int i=0;i >pu[i][j]; } f[pu[i][0]][pu[i][1]…
```cpp #include using namespace std; int main(){ int n,q; cin>>n>>q; int a[8001],b[8001]; for(int i=1;i >a[i]; b[i]=i; } for(int i=0;i >o; if(o==1){ int x,v; ci…
在讨论《70pts,求调,必关》回复:
@[la_jiao](luogu://user/1059090)谢谢,已关
```cpp #include using namespace std; int main(){ int n,k,a[100000],cnt=0; cin>>n>>k; if(k>n){ cout >a[cnt]; for(int j=0;j<cnt;j++){ if(a[cnt]==a[j]){ cnt--; bre…
在讨论《WA+RE,必关》回复:
@[mjhcsp1](luogu://user/1814180)谢谢,已关