摘要: #include#include#include#includeint scan(){ char s[100]; int i,t,z=0; do { z=0; gets(s); for(i=0;s[i]!='\0';i++) if(s[i]'9') break; if(i>=strlen(s)) f... 阅读全文
posted @ 2015-04-01 15:23 44刘芮熔 阅读(145) 评论(0) 推荐(0)