Advertisement
Josif_tepe

Untitled

Aug 25th, 2023
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4.  
  5.  
  6. int main(int argc, const char * argv[]) {
  7.     char zbor[1000];
  8.    
  9.     scanf("%s", zbor);
  10.    
  11.     printf("%s\n", zbor);
  12.  
  13.    
  14.     return 0;
  15.    
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement