自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Linfanty的博客

ACM的路上 继续前行

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

原创 gym/100812E World of Knights struct vector< pair<ll,ll> > s;

#include typedef long long ll;typedef unsigned long long ull;#define IO ios_base::sync_with_stdio(0),cin.tie(0)using namespace std;#define rep(i,a,b) for(ll i = a; i<=b ;++i)#define per(i,a,b) f

2017-07-18 17:57:54 401

翻译 gym/101086J Smooth Developer DFS遍历各结点

#include #define INF 0x7fffffff#define maxn 1001000#define eps 1e-6#define pi acos(-1.0)#define e 2.718281828459#define mod (int)1e9 + 7;#define IO ios_base::sync_with_stdio(0),cin.tie(0)using

2017-07-14 13:52:09 330

原创 gym/101086 M Stairway to Heaven map set string、int对应 综合应用

#include#include #include typedef long long ll;typedef unsigned long long ull;#define IO ios_base::sync_with_stdio(0),cin.tie(0)using namespace std;#define rep(i,a,b) for(ll i = a; i<=b ;++i)#

2017-07-14 13:39:19 398

原创 #109D Colliders 素数筛 统计质数因子 data[j][ ++data[j][0] ] = prime[i];

#include#include #include #define inf 0x3f3f3f3f#define maxn 100010#define fin freopen("out.txt","r",stdin);#define fout freopen("outtest.txt","w",stdout);#define mem(a) memset(a,0,sizeof(a))#

2017-07-14 13:30:06 466

翻译 gym/101149/ Right Build 有向spfa

#include#include #include #define inf 0x3f3f3f3fconst int maxn = 2e5 + 5;#define fin freopen("out.txt","r",stdin);#define fout freopen("outtest.txt","w",stdout);#define mem(a) memset(a,false,s

2017-07-14 11:31:18 259

翻译 gym/101149/ Of Zorcs and Axes set<pair<int, int > > it->second; it = s.lower_bound( make_pair(u[

#include#include #include #define inf 0x3f3f3f3fconst int maxn = 2e5 + 5;#define fin freopen("out.txt","r",stdin);#define fout freopen("outtest.txt","w",stdout);#define mem(a) memset(a,false,s

2017-07-14 11:28:31 416

空空如也

空空如也

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

TA关注的人

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