摘要: 1.头文件: 常用头文件: <iostream> <cstdio> <cmath> <cstring> <cstdlib> cstdio包含scanf和printf,有的编译器iostream都包含了,都写上比较好一般写代码时先都把这几个写上去。 较常用头文件: <algorithm> <vecto 阅读全文
posted @ 2018-08-02 16:42 StoneXie 阅读(1183) 评论(0) 推荐(0)