sparrow02

5 usunięcie pierwszej litery

Dec 8th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <iostream>
  2. #include<string.h>
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. string napis3;
  8. cin.ignore();
  9. getline(cin,napis3);
  10. cout<<napis3<<endl;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment