
基础
如不如此都如此
懒惰的菜鸟
展开
-
C++中输入字符串的几种方法
转自http://gwyan.blog.163.com/blog/static/213337092201361734257744/C++中几个输入函数的用法和区别(cin、cin.get()、cin.getline()、getline()、gets()、getchar()))1、cin1、cin.get()2、cin.getline()3、getline()4、gets()5、getchar()1...转载 2018-04-18 16:07:02 · 298 阅读 · 0 评论 -
2015长春区域赛 - F - Almost Sorted Array HDU - 5532
We are all familiar with sorting algorithms: quick sort, merge sort, heap sort, insertion sort, selection sort, bubble sort, etc. But sometimes it is an overkill to use these algorithms for an almost ...原创 2018-09-12 18:51:31 · 323 阅读 · 0 评论