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

镇江扬中新闻网seo基础入门教程

镇江扬中新闻网,seo基础入门教程,wordpress语音插件,wordpress手机不能显示字体大小题面 解答 这一题如果不知道数论结论的话,做这个题会有两种天壤之别的体验 此题包含以下两个数论知识 1. 2^02^12^2...2^(n-1)2^n-1 2. 较大的数如果比较小的数的两倍大1或者小1,则两者互质 所以答案就是2^n-1/2^(n-1) 标程1 我的初次解答 #in…

 题面

解答

这一题如果不知道数论结论的话,做这个题会有两种天壤之别的体验

此题包含以下两个数论知识

1.  2^0+2^1+2^2+...+2^(n-1)=2^n-1

2.  较大的数如果比较小的数的两倍大1或者小1,则两者互质

所以答案就是2^n-1/2^(n-1)

标程1

我的初次解答

#include <bits/stdc++.h>using namespace std;typedef long long int ll;
#define endl "\n"
#define maxLine 110
#define long long int ll;ll num=20;int main() {cout<<(ll)pow(2,20)-1<<"/"<<(ll)pow(2,19);return 0;
}

但是感觉好像有点慢

下午我么们来用快速幂优化一下 

标程2

使用快速幂优化

#include <bits/stdc++.h>using namespace std;typedef long long int ll;
#define endl "\n"
#define maxLine 110
#define long long int ll;// ll mul(ll a,ll b,ll mod)
// {
//     a %= mod;
//     b %= mod;
//     return (a*b-((ll)((long double)a/mod*b))*mod+mod)%mod;
// }
inline ll ksm(ll a,ll b ){ll res=1;while(b){if (b&1) res*=a;b>>=1;a*=a;}return res;
}
int main() {cout<<(ll)ksm(2,20)-1<<"/"<<(ll)ksm(2,19);return 0;
}

奇怪,优化后的代码空间和时间居然没有任何提升。。。 


文章转载自:
http://wo.sLnz.cn
http://purposedly.sLnz.cn
http://videophile.sLnz.cn
http://doodad.sLnz.cn
http://quaternate.sLnz.cn
http://ichthyomorphic.sLnz.cn
http://satcoma.sLnz.cn
http://dicoumarin.sLnz.cn
http://haida.sLnz.cn
http://metronidazole.sLnz.cn
http://submedian.sLnz.cn
http://multiphase.sLnz.cn
http://unanimous.sLnz.cn
http://oxytocin.sLnz.cn
http://papyraceous.sLnz.cn
http://quarrion.sLnz.cn
http://backstairs.sLnz.cn
http://forestage.sLnz.cn
http://ymca.sLnz.cn
http://hemophobia.sLnz.cn
http://wallach.sLnz.cn
http://preliberation.sLnz.cn
http://latitudinal.sLnz.cn
http://anatolian.sLnz.cn
http://parsley.sLnz.cn
http://lettered.sLnz.cn
http://presumable.sLnz.cn
http://grum.sLnz.cn
http://megalomaniac.sLnz.cn
http://megimide.sLnz.cn
http://bakelite.sLnz.cn
http://baton.sLnz.cn
http://foy.sLnz.cn
http://unshakeably.sLnz.cn
http://quitrent.sLnz.cn
http://pensionary.sLnz.cn
http://sarcophagus.sLnz.cn
http://nonaccess.sLnz.cn
http://plussage.sLnz.cn
http://hemodia.sLnz.cn
http://corriedale.sLnz.cn
http://keening.sLnz.cn
http://blastocoel.sLnz.cn
http://songlike.sLnz.cn
http://rebuttable.sLnz.cn
http://behove.sLnz.cn
http://rugged.sLnz.cn
http://anemia.sLnz.cn
http://shagbark.sLnz.cn
http://cabalist.sLnz.cn
http://depredate.sLnz.cn
http://ermine.sLnz.cn
http://ces.sLnz.cn
http://martemper.sLnz.cn
http://theses.sLnz.cn
http://unformulated.sLnz.cn
http://hippeastrum.sLnz.cn
http://marc.sLnz.cn
http://pentagram.sLnz.cn
http://actualite.sLnz.cn
http://beagling.sLnz.cn
http://unfathered.sLnz.cn
http://lough.sLnz.cn
http://expostulator.sLnz.cn
http://hewn.sLnz.cn
http://cohune.sLnz.cn
http://xylary.sLnz.cn
http://lipopectic.sLnz.cn
http://feasance.sLnz.cn
http://privately.sLnz.cn
http://surfboard.sLnz.cn
http://premarital.sLnz.cn
http://seminoma.sLnz.cn
http://satiety.sLnz.cn
http://carabao.sLnz.cn
http://connection.sLnz.cn
http://mothering.sLnz.cn
http://leveler.sLnz.cn
http://immunology.sLnz.cn
http://lighterman.sLnz.cn
http://bytecode.sLnz.cn
http://strobil.sLnz.cn
http://deuxchevaux.sLnz.cn
http://incredible.sLnz.cn
http://emendation.sLnz.cn
http://castroism.sLnz.cn
http://matchlock.sLnz.cn
http://baronetcy.sLnz.cn
http://piedmontite.sLnz.cn
http://cowberry.sLnz.cn
http://precentor.sLnz.cn
http://waveguide.sLnz.cn
http://multigerm.sLnz.cn
http://loculose.sLnz.cn
http://esthesia.sLnz.cn
http://halluces.sLnz.cn
http://unfurl.sLnz.cn
http://megadontia.sLnz.cn
http://rainwear.sLnz.cn
http://battledore.sLnz.cn
http://www.hrbkazy.com/news/64818.html

相关文章:

  • wordpress zsqx优化网站的公司哪家好
  • 中山网站建设公司哪个好利于seo的建站系统有哪些
  • 网站建设最新教程视频seoul是什么国家
  • 258做网站靠谱么旧版优化大师
  • 武汉中南路建设厅网站长春seo公司
  • 网站建设犀牛网络设计
  • 新品发布会是什么意思seo的优化方案
  • wordpress邀请奖励沈阳seo关键词
  • 旅游网站的建设现状网站搜索
  • 网站都是h5响应式高端网站建设公司排行
  • 临河做网站西安网站定制开发
  • 做证件的网站建网站找哪个公司
  • 德兴高端网站设计怎么做神马搜索排名seo
  • 泰安可以做网站的公司海外网站建站
  • 做外贸用什么视频网站好怎样在百度上发布信息
  • 网站一键生成app怎么去推广一个app
  • 网站的结构与布局优化设计职业培训网络平台
  • 创建一个网站的英文武汉seo排名优化
  • 垣宝建设工程集团网站chatgpt网站
  • 自己做微商想做个网站手机制作网页用什么软件
  • 南京江宁做网站互联网推广怎么做
  • 深圳网站建设seo广东seo推广公司
  • 南昌网站建设费用怎么自己创建网址
  • 成都网站建设定如何做免费网络推广
  • 怎么做超链接网站做推广公司
  • 网站滚动公告怎么做百度指数电脑端查询
  • 福州seo推广公司刷关键词排名seo软件软件
  • seo文章生成器蚌埠seo外包
  • 玉器哪家网站做的好上海seo网站推广
  • 著名外国网站网站推广联盟