人生列车

follow on!success!

导航

2015年1月9日 #

SORT函数的使用方法(转载)

摘要: sort函数的用法(转载出处:http://blog.sina.com.cn/s/blog_6439f26f01012xw3.html)做ACM题的时候,排序是一种经常要用到的操作。如果每次都自己写个冒泡之类的O(n^2)排序,不但程序容易超时,而且浪费宝贵的比赛时间,还很有可能写错。STL里面有个... 阅读全文

posted @ 2015-01-09 16:29 tianxia2s 阅读(233) 评论(0) 推荐(0) 编辑

一些难得一见的代码问题

摘要: 在C++代码中有一个趋向于的代码:-->(高艺潇说说)用代码表示如下:#include using namespace std;int main(){ int x = 100; while(x-->0){coutusing namespace std;int main(){ int... 阅读全文

posted @ 2015-01-09 10:36 tianxia2s 阅读(158) 评论(0) 推荐(0) 编辑