自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Windows程序设计读书笔记:第一章----第六章

2014-06-29 11:28:24 896

原创 STL用法总结

#include #include #include #include #include using namespace std; using namespace std::placeholders; int main() { vector ivec{ 3, 2, 1, 4, 5, 5, 2, 6 }; vector subivec{ 5, 2, 6 }; vector ive

2014-06-18 13:30:32 392

原创 C++Primer 第五版 4.高级主题

~

2014-06-18 12:51:09 607

原创 C++Primer 第五版 3.类设计者的工具

2014-06-14 17:26:01 829

原创 C++Primer 第五版 2.C++标准库

我们不能拷贝或者对IO对象fuzh

2014-06-04 22:10:15 606

原创 1041.Simple Sorting

题目描述: You are given an unsorted array of integer numbers. Your task is to sort this array and kill possible duplicated elements occurring in it. 输入: For each case, the first line of the input conta

2014-06-04 18:41:39 358

原创 1040.Prime Number

题目描述: Output the k-th prime number. 输入: k≤10000 输出: The k-th prime number. 样例输入: 3 7 样例输出: 5 17

2014-06-03 17:36:59 444

原创 1039.Zero-complexity Transposition

题目描述: You are given a sequence of integer numbers. Zero-complexity transposition of the sequence is the reverse of this sequence. Your task is to write a program that prints zero-complexity transposi

2014-06-03 17:14:05 483

空空如也

空空如也

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

TA关注的人

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