1988 - P276 7

通过次数

0

提交次数

0

时间限制 : 1 秒 内存限制 : 128 MB

Textbook P276 7

题目输入

From Files, Can't be tested!

题目输出

From Files, Can't be tested!

输入/输出样例

输入格式

From Files, Can't be tested!

输出格式

From Files, Can't be tested!

C++解答

#include<iostream>
#include<string>
using namespace std;
int main()
{
  string str;
  getline(cin,str);
  cout<<str<<endl;
  return 0;
}