TEMP

 JUST FOR TEMP 
#include<iostream>
#include<string>
using namespace std;
int main()
{
    string line;
    while (getline(cin, line))
        cout<<line<<endl;
    return 0;
}
posted @ 2010-03-08 08:22  xinjun  阅读(116)  评论(0编辑  收藏  举报