"第七使徒笑白"and "美好的元元帅帅"帅帅
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
**我的之前的代码(别抄哦-_-):** ```cpp #include using namespace std; int n,m,x,y,dx[8]={1,1,2,2,-1,-1,-2,-2},dy[8]={2,-2,1,-1,2,-2,1,-1},l,r; bool v[410][410]; struct node…
```cpp #include using namespace std; int n,h[10010],mx=1; int main(){ std::ios::sync_with_stdio(0); cin.tie(0),cout.tie(0); cin>>n; for(int i=1;i >h[i]; for(int…
```cpp #include using namespace std; const int N=1e6+10; int n,m,a[N]; int main(){ cin>>n>>m; for(int i=1;i >a[i]; for(int i=1;i >l>>r; if(l==r){ cout<<a[l]<<"\…
```cpp #include using namespace std; int n,s1=1,s2,p[100000010],cnt; bool c[100000010]; bool f(int x){ while(x){ if(c[x]==1) return 0; x/=10; } return 1; } void…