Cucura_Georgiana

Varianta 95, Subiect 2

Nov 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. (Incercare)
  2. 5. #include<iostream>
  3. #include<cstring>
  4. using namespace std;
  5. char nume[101], prenume[101];
  6. int main()
  7. {
  8.     int i, l;
  9.     cin>>nume>>prenume;
  10.     strcpy(prenume+1, ".");
  11.     cout<<prenume<<" "<<nume;
  12.     return 0;
  13. }
Add Comment
Please, Sign In to add comment