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

 

相关文章:

  • 2022-01-09
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2021-12-29
猜你喜欢
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案