自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

sher杨的博客

人一我百!人十我万!

  • 博客(4)
  • 收藏
  • 关注

原创 CF Div 2 D. Game with modulo(交互+二分)

D. Game with modulotime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThis is an interactive problem.Vasya and Petya are going to ...

2019-01-25 10:44:19 291

原创 Pollard Rho大整数因子分解算法(模板)

#include<bits/stdc++.h>using namespace std;#define Sheryang main#define TYPE intconst int maxn=1e5+7;typedef long long ll;const int mod=19260817;void Smax(TYPE &a,TYPE b){if(a<b) ...

2019-01-22 10:30:37 683

原创 D. Makoto and a Blackboard(积性函数,期望dp)

D. Makoto and a Blackboardtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMakoto has a big blackboard with a positive integer nn...

2019-01-17 17:39:02 401

原创 cf div3 F. Elongated Matrix(状压dp)

F. Elongated Matrixtime limit per test4 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given a matrix aa, consisting of nn rows and mm colum...

2019-01-14 14:36:17 215

空空如也

空空如也

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

TA关注的人

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