摘要: #include int sum(int a, int b){ return a + b;}int jian(int a, int b){ return a - b;}int main(int argc, const char * argv[]) { // 1.基本数据类型... 阅读全文
posted @ 2015-12-26 18:20 Z了个L 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #include int main(int argc, const char * argv[]) { // 定义变量 char str[100]; int words = 0; int count = 0; // 提示用户输入字符串 printf(... 阅读全文
posted @ 2015-12-26 08:04 Z了个L 阅读(230) 评论(0) 推荐(0) 编辑