#include<string>
using namespace std;
int main(int argc, char *argv[])
{ 
  string s;
  cin>>s;
  cout<<s<<endl;;
    
    return 0;
}
View Code

相关文章:

  • 2021-12-07
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
相关资源
相似解决方案