摘要: 1 /* 2 count.c -- 使用标准 I/O 3 */ 4 5 #include <stdio.h> 6 #include <stdlib.h> //提供 exit() 函数原型 7 8 int main(int argc, char *argv[]) 9 { 10 int ch; //读取 阅读全文
posted @ 2018-06-07 10:30 web1013 阅读(207) 评论(0) 推荐(0)