Advertisement
a53

Buletin

a53
Mar 27th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. char c[13];
  7. cin>>c;
  8. cout<<c[1]<<c[2]<<' '<<c[3]<<c[4]<<' '<<c[5]<<c[6];
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement