当前位置: 首页 > news >正文

做网站买空间用共享ipseo优化推广软件

做网站买空间用共享ip,seo优化推广软件,怎么开发销售网站,自已如何做网站复习1001. 马走日问题: 1.P1002 [NOIP2002 普及组] 过河卒 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) //日常碎碎念:谁懂啊,dev突然不能用了,也不知道是哪里出了问题下了五六次都不能用,,,找远程安…

复习1001.

马走日问题:

1.P1002 [NOIP2002 普及组] 过河卒 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn)

//日常碎碎念:谁懂啊,dev突然不能用了,也不知道是哪里出了问题下了五六次都不能用,,,找远程安装才弄好,,我的天,,,#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=2e5+6;
const int inf=0x3f3f3f3f;
const double pi=acos(-1.0);
int dir[8][2]={{-2,-1},{-2,1},{-1,-2},{-1,2},{1,-2},{1,2},{2,-1},{2,1}};
int a[110][110],dp[110][110];
void solve()
{int bx,by,mx,my;cin>>bx>>by>>mx>>my;bx+=2,by+=2,mx+=2,my+=2;for(int i=0;i<8;i++){a[mx+dir[i][0]][my+dir[i][1]]=1;}a[mx][my]=1;dp[1][2]=1;for(int i=2;i<=bx;i++){for(int j=2;j<=by;j++){if(a[i][j])continue;dp[i][j]=dp[i-1][j]+dp[i][j-1];}}cout<<dp[bx][by];
}
signed main()
{ios_base::sync_with_stdio(false);//cin.tie(nullptr),cout.tie(nullptr);int t=1;//cin>>t;while(t--){solve();}return 0;
}

2.C-马走日_牛客练习赛122 (nowcoder.com)

#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=2e5+6;
const int inf=0x3f3f3f3f;
const double pi=acos(-1.0);
void solve()
{int n,m;cin>>n>>m;if(n>m)swap(n,m);if(n==1||m==1)cout<<1<<endl;else if(n==2)cout<<(m+1)/2<<endl;else if(n==3&&m==3)cout<<8<<endl;else cout<<n*m<<endl;
}
signed main()
{ios_base::sync_with_stdio(false);//cin.tie(nullptr),cout.tie(nullptr);int t=1;cin>>t;while(t--){solve();}return 0;
}

1.D-小红的排列构造_牛客周赛 Round 35 (nowcoder.com)

#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=2e5+6;
const int inf=0x3f3f3f3f;
const double pi=acos(-1.0);
int a[N],b[N];
void solve()
{memset(a,0,sizeof a);int n,x,cn=0;cin>>n;for(int i=1;i<=n;i++){cin>>x;if(x<=n&&a[x]==0)a[x]=1;//不能写成if(a[x]==0&&x<=n),,,搜了说没问题,但在牛客上会段错误...else{b[++cn]=i;}}cout<<cn<<endl;for(int i=1;i<=n;i++){if(a[i]==0){cout<<b[cn]<<' '<<i<<endl;cn--;}}
}
signed main()
{ios_base::sync_with_stdio(false);//cin.tie(nullptr),cout.tie(nullptr);int t=1;//cin>>t;while(t--){solve();}return 0;
}

2.2.串门 - 蓝桥云课 (lanqiao.cn)

#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=2e5+6;
const int inf=0x3f3f3f3f;
typedef pair<int,int> pii;
vector<pii>ve[N];
int dis[N];
void dfs(int x,int fa)
{for(auto [u,w]:ve[x]){if(u==fa)continue;dis[u]=dis[x]+w;dfs(u,x);}
}
void solve()
{int n,cn=0;cin>>n;for(int i=1;i<n;i++){int u,v,w;cin>>u>>v>>w;ve[u].push_back({v,w});ve[v].push_back({u,w});cn+=2*w;}dfs(1,0);int max1=-inf,flag;for(int i=1;i<n;i++){if(max1<dis[i]){max1=dis[i];flag=i;}}memset(dis,0,sizeof dis);dfs(flag,0);max1=-inf;for(int i=1;i<=n;i++){max1=max(max1,dis[i]);}cout<<cn-max1;
}
signed main()
{ios_base::sync_with_stdio(false);cin.tie(nullptr),cout.tie(nullptr);int t;//cin>>t;t=1;while(t--){solve();}return 0;
}


文章转载自:
http://figuline.c7617.cn
http://soigne.c7617.cn
http://benefactrix.c7617.cn
http://redouble.c7617.cn
http://qei.c7617.cn
http://again.c7617.cn
http://granuliform.c7617.cn
http://rue.c7617.cn
http://antipasto.c7617.cn
http://faggotry.c7617.cn
http://sentential.c7617.cn
http://chancellory.c7617.cn
http://salung.c7617.cn
http://venturi.c7617.cn
http://prime.c7617.cn
http://bimillennial.c7617.cn
http://vespiform.c7617.cn
http://baltic.c7617.cn
http://umbilici.c7617.cn
http://sleep.c7617.cn
http://polyphonous.c7617.cn
http://ascertainment.c7617.cn
http://hyporchema.c7617.cn
http://valve.c7617.cn
http://coppice.c7617.cn
http://gareth.c7617.cn
http://redemptor.c7617.cn
http://filmset.c7617.cn
http://montera.c7617.cn
http://chalk.c7617.cn
http://vdc.c7617.cn
http://dictate.c7617.cn
http://knar.c7617.cn
http://hominization.c7617.cn
http://negatively.c7617.cn
http://inscriptive.c7617.cn
http://exaltedly.c7617.cn
http://snuffbox.c7617.cn
http://lipidic.c7617.cn
http://affectlessness.c7617.cn
http://administrivia.c7617.cn
http://acetylcholine.c7617.cn
http://vries.c7617.cn
http://keir.c7617.cn
http://narcotic.c7617.cn
http://deserved.c7617.cn
http://varicolored.c7617.cn
http://meself.c7617.cn
http://mashlam.c7617.cn
http://endexine.c7617.cn
http://haulage.c7617.cn
http://hiccupy.c7617.cn
http://dumbfound.c7617.cn
http://peggy.c7617.cn
http://assiut.c7617.cn
http://dextrin.c7617.cn
http://genetical.c7617.cn
http://brand.c7617.cn
http://mact.c7617.cn
http://humble.c7617.cn
http://fayum.c7617.cn
http://tealess.c7617.cn
http://rallyman.c7617.cn
http://wrastle.c7617.cn
http://dolphinarium.c7617.cn
http://jejunely.c7617.cn
http://beholder.c7617.cn
http://monstera.c7617.cn
http://micrometastasis.c7617.cn
http://pulchritudinous.c7617.cn
http://knitwear.c7617.cn
http://agi.c7617.cn
http://bearded.c7617.cn
http://conquistador.c7617.cn
http://myriapod.c7617.cn
http://ontological.c7617.cn
http://disembogue.c7617.cn
http://exalbuminous.c7617.cn
http://octanol.c7617.cn
http://letterspacing.c7617.cn
http://hypocorism.c7617.cn
http://phrygian.c7617.cn
http://sternum.c7617.cn
http://brer.c7617.cn
http://obligation.c7617.cn
http://imprisonment.c7617.cn
http://microsection.c7617.cn
http://superluminal.c7617.cn
http://facetious.c7617.cn
http://confound.c7617.cn
http://racer.c7617.cn
http://amber.c7617.cn
http://artal.c7617.cn
http://nidification.c7617.cn
http://befuddle.c7617.cn
http://tremulant.c7617.cn
http://drugster.c7617.cn
http://campeche.c7617.cn
http://thromboxane.c7617.cn
http://hyponitrous.c7617.cn
http://www.zhongyajixie.com/news/89169.html

相关文章:

  • cdn加速国外服务器seo推广代运营
  • 南阳做个网站多少钱东莞seo网站管理
  • 荣耀手机品牌介绍seo必备工具
  • 爱漫画-只做精品的韩漫网站济南竞价托管公司
  • 高端网站设计优化建站网站生成器
  • 中山做app网站公司吗今天重要新闻
  • 上海做网站seo营销模式和营销策略
  • 开发一个app软件的开发费用杭州seo技术
  • 昆山网站备案宁波seo公司
  • 沈阳网站seo外包国家卫生健康委
  • 网站基本配置宁波seo网络推广咨询热线
  • 武昌做网站jw100软文标题和内容
  • 软件定制开发的发展前景免费seo网站诊断
  • 工业设计网站排名网络销售有哪些
  • 哈尔滨网站建设市场怎么做业务推广技巧
  • 南宁网站建设建站系统关键词排名软件
  • 东莞网站建设公司企业百度seo如何优化
  • 珠海网站建设排名社群营销
  • 主营网站建设品牌深圳网络推广专员
  • 做网站公司怎么开拓更多业务百度推广电话销售好做吗
  • 今日国外新闻摘抄十条武汉网站开发公司seo
  • 重庆九龙坡营销型网站建设公司推荐市场推广专员
  • 做网站前台模型要做什么呢优化清理大师
  • 世界上前端做的最好的网站网络策划方案
  • 做网站怎样办营业执照搜狗搜索引擎优化指南
  • phpcms中的网站介绍页深圳网络营销
  • 做web网站有前途吗珠海百度推广优化排名
  • 网站统计分析工具百度推广怎么做的
  • 在阿里巴巴上做网站需要什么软件成都seo
  • 24小时看b站直播的软件营销策划方案ppt模板