自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 2019 WFU Summer training (一)

1.vector 题目:https://vjudge.net/contest/310193#problem/A 代码: #include<cstdio> #include<string> #include<vector> #include<iostream> using namespace std; const int ...

2019-07-21 18:24:00 104

转载 数论常用模板

1.埃式筛素数      const int maxn=1e6+10; bool isprime[maxn]; int prime[maxn]; int cnt=0; void Prime() { memset(isprime,false,sizeof(isprime)); isprime[0]=isprime[1]=true; for(i...

2019-06-09 19:51:00 202

转载 大数整除

题目:LightOJ :: Problem 1214 - Large Division Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an integer b if and only i...

2019-06-09 18:31:00 149

转载 因子个数与因子和

题目:LightOJ:1341 - Aladdin and the Flying Carpet(因子个数) It's said that Aladdin had to solve seven mysteries before getting the Magical Lamp which summons a powerful Genie. Here we are concerned ab...

2019-06-03 19:56:00 111

转载 欧拉∮函数

题目:LightOJ 1370 - Bi-shoe and Phi-shoe (欧拉函数思想) Bamboo Pole-vault is a massively popular sport in Xzhiland. And Master Phi-shoe is a very popular coach for his success. He needs some bamboos for...

2019-06-03 19:37:00 170

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除