fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6.  
  7. int age, shoesize;
  8.  
  9. string name;
  10.  
  11. cin>>age>>shoesize>>name;
  12.  
  13.  
  14. cout<<" Oto wciagniete dane: "<<endl;
  15. cout<<" Oto wiek goscia: "<<age<<endl;
  16. cout<<" rozmiar buta: "<<shoesize<<endl;
  17. cout<<"imie: "<<name<<endl;
  18. return 0;
  19. }
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
 Oto wciagniete dane: 
 Oto wiek goscia: 2
 rozmiar buta: 0
imie: