摘要:
for example c-'0' is an integer expression with a value between 0and 9 corresponding to the character '0' to '9' stored in c, and thus a valid subscript for the array ndigit 阅读全文
posted @ 2013-09-19 12:57
wjshan0808
阅读(350)
评论(0)
推荐(0)
摘要:
#include #define State '\n' void main(){ int Juge=0;/*only one space*/ int c=0; while((c=getchar())!=EOF) { if(c==' '||c=='\t'||c=='\b') { if(Juge==1) { putchar(State); Juge=0; } } else ... 阅读全文
posted @ 2013-09-19 09:38
wjshan0808
阅读(461)
评论(0)
推荐(0)
浙公网安备 33010602011771号