fork download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. int main() {
  6. /*
  7. std::cout << "Hello Abhay"<< std::endl;
  8.  
  9. int age{212};
  10. std::cout<<"Age : " <<age <<std::endl;
  11. // your code goes here
  12. std::string name;*/
  13.  
  14. int age1;
  15.  
  16. std::cout <<"cd" << std::endl;
  17. std::cin >> age1;
  18. std::cout<<"Age : " <<age1 <<"name" <<std::endl;
  19.  
  20. return 0;
  21. }
Success #stdin #stdout 0.01s 5288KB
stdin
11
stdout
cd
Age : 11name