Why 沒解決

1 #include<iostream> 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
相關文章
相關標籤/搜索