自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

布生气

mqsee.blog.csdn.net

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 codeforces #220 div2前三题

A题很简单,先给棋盘的大小,然后给定初始坐标位置,然后给可以变换的a,b。问最小的步数可以到达棋盘的任何一个角落。这个题目很简单,却容易忽略一个问题,就是在走的过程中千万不能走出棋盘规定的大小。代码:#include#include#include#include#includeusing namespace std;const int maxn=100000000;int

2013-12-26 20:37:45 1400

原创 Codeforces Round #217前三题

A. Rook, Bishop and Kingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputLittle Petya is learning to play ch

2013-12-19 18:43:09 1427

原创 poj 2918Tudoku(暴力。。)

TudokuTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 1911 Accepted: 1060DescriptionTom is a master in several mathematical-theoretical disciplines. H

2013-12-18 17:21:42 1289

原创 2013长沙现场赛三道铜牌题目

Alice's Print ServiceTime Limit: 2 Seconds      Memory Limit: 65536 KBAlice is providing print service, while the pricing doesn't seem to be reasonable, so people using her print service f

2013-12-07 12:00:10 3055

原创 codeforces #216前三题

前两题就直接粘代码了。。题目地址:A. Valera and PlatesAC代码:#include#includeusing namespace std;int main(){ int n,m,k,i; int t; while(cin>>n>>m>>k) { int ans=0; for(i=1;i<

2013-12-06 00:22:48 2051

ACM背包问题九讲

ACM背包问题九讲详解背包问题!背包问题是很经典的动态规划一部分。

2014-01-19

空空如也

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

TA关注的人

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