bai_jimmy

导航

2015年4月8日 #

C语言--scanf

摘要: 关于C语言的scanf,首先看个例子int get_int(void){ int input; char ch; while(scanf("%d",&input)!=1){ printf("is not an integer,p... 阅读全文

posted @ 2015-04-08 14:49 bai_jimmy 阅读(263) 评论(0) 推荐(0) 编辑