2015年1月27日

摘要: 2015.1.27星期二,早晨阴天,中午下雪了今天上午老师不上课,程序语句,记一下:main(void){ int c; while((c = getc(stdin)) != EOF) if(putc(c,stdout) == EOF) 将字符写到标准输出 err_sys("output ... 阅读全文

posted @ 2015-01-27 22:35 笨笨滴菜鸟 阅读(209) 评论(0) 推荐(0)