Advertisement
Radoan_Ahmed

Untitled

Sep 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include<iostream>
  2. #include<stdio.h>
  3. using namespace std;
  4. int main()
  5. {
  6.     char str[50];
  7.     gets(str);
  8.     cout<<str;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement