自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 问答 (3)
  • 收藏
  • 关注

原创 小巧妙

约瑟夫问题 #include #include int main( void ) { int n, i, m, p,t; while(~scanf("%d %d", &n, &m)) { t=1; i=0; while( ++i <= n ) { p = i * m;

2015-12-22 18:41:59 522

原创 poj 1786 Bridge Hands

Drivers of Advanced Cargo Movement, Ltd. usually have to wait quite a long time when waiting at border crossings for duty clearance. They are used to play various (card) games to have some fun. One of

2015-12-13 18:11:02 691

原创 年月日计算星期公式

if( M==1 || M==2 ) { M+=12; --Y; } //1582年9月3日后:w = (d + 2*m+3*(m+1)/5+y+y/4-y/100+y/400)%7; //1582年9月3日前:w = (d+2*m+3*(m+1)/5+y+y/4+5) % 7; //蔡勒公式 0是星期天 if( Y < 1582 ||

2015-12-09 11:16:43 1291

空空如也

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

TA关注的人

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