void clean_stdin(void) { int c; do { c = getchar(); } while (c != '\n' && c != EOF); }
posted on 2018-09-01 16:35 Z_Chan 阅读(713) 评论(0) 收藏 举报