Advertisement
mhdew

nadim_3

Aug 13th, 2021
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. int main(){
  4.  
  5.     char s[11111];
  6.     scanf("%s", s);
  7.     printf("%s\n", s);
  8.  
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement