fork download
  1. #include <iostream>
  2. #include<string>
  3. using namespace std;
  4.  
  5. int main() {
  6. string name;
  7. //cout<<"enter the name: ";
  8. getline(cin,name);
  9. cout<<name;// your code goes here
  10. return 0;
  11. }
Success #stdin #stdout 0s 4832KB
stdin
23ty .ata sgsga
stdout
23ty .ata sgsga