摘要: #include <iostream> #include <string> #include <cstdio> #include <cstring> using namespace std; int Max(int a,int b) { return a>b?a:b; } int Max(int a 阅读全文
posted @ 2017-10-26 11:12 立刻行动 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 12.qtcreator配置1.打开 tools->options 选择Build&Run 2.增加Compilers(编译器)点击Add选择GCC然后点击Browse选择g++/home/csgec/software/arm-2014.05/bin/arm-none-linux-gnueabi-g 阅读全文
posted @ 2017-10-26 10:23 立刻行动 阅读(6165) 评论(0) 推荐(0) 编辑