摘要:
1 #include 2 std::istream& fun(std::istream& is) 3 { 4 while(!is.eof()) 5 std::cout << is; 6 is.clear(); 7 return is; 8 } 9 10 11 int main()12 {13 fun(std::cin);14 return 0;15 }while()就没出去,一直有输出啊? 阅读全文
posted @ 2013-06-27 07:59
joythink89
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号