摘要: 博客分类 cpp入门 基本语句 数据算法 字符串 其他资源 编译器下载 OJ在线测试平台 NOIP2016普及组解题经验交流 阅读全文
posted @ 2016-12-02 21:09 lscpp2016 阅读(130) 评论(0) 推荐(0)
摘要: 例:在屏幕上输出“Hello World!”。 #include<iostream> //使用cin,cout,须调用iostream库,否则编译出错 #include<cstdlib> //使用system()调用cstdlib库 using namespace std;int main(){ c 阅读全文
posted @ 2016-12-02 16:54 lscpp2016 阅读(142) 评论(0) 推荐(0)
摘要: CPP编译器下载链接: 单击此处下载DEV-CPP 本网页打开速度较慢,请耐心等待! 如果无法正常下载: 单击此处进入DEV-CPP官网 阅读全文
posted @ 2016-12-02 16:04 lscpp2016 阅读(134) 评论(0) 推荐(0)