摘要: 初步认识C语言 "http://tieba.baidu.com/p/4569594356" 第一次开始真正的电脑深入学习应该就是学习编程,学习用C语言进行编程,时间大约是在高三结束的暑假,无意间水了一下群,(~只是因为在人群中多水了一下)。在之后买了一本 《 c prime plus》 的书,一共7 阅读全文
posted @ 2017-09-26 11:19 可乐12138 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1.写在博客的前面 经过long long time 之后,终于根据大佬 黄玄 的博客搭建好了自己的博客,我以后也是有博客的未来程序员了,莫名有点小兴奋。 2.为啥搭建博客? 搭个博客,写写文章,总结下经验,装装13喽 同时呢,我今年已经 20 了,想必也该做一些我该做的事了, 我要对我爱的人和我爱 阅读全文
posted @ 2017-09-26 11:18 可乐12138 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 学到了string的另一种构造方法,string(60,‘ ’) sort对string数组的排序,sort(a,a+n) 以前总不会.......... include include include include using namespace std; int main() { string 阅读全文
posted @ 2017-05-08 18:01 可乐12138 阅读(84) 评论(0) 推荐(0) 编辑
摘要: ``` include include include include using namespace std; set dict; int main() { string temp,result; while(cin temp) { for(int i=0;i result) dict.inser 阅读全文
posted @ 2017-05-07 22:00 可乐12138 阅读(71) 评论(0) 推荐(0) 编辑
摘要: ``` include include include include using namespace std; const int maxn=1050; int main() { int n,kase=0; while(cin n&&n) { kase++; cout team; queue p1 阅读全文
posted @ 2017-05-07 21:58 可乐12138 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-04 22:41 可乐12138 阅读(112) 评论(0) 推荐(0) 编辑