Advertisement
Kacper-p

do zrobienie

Oct 22nd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout<<"Imie 1";
  6. cin>>a;
  7. cout<<"Imie 2";
  8. cin >>b;
  9. cout<<"Imie 1"<<a<<std::endl;
  10. cout<<"Imie 2"<<b<<std::endl;
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement