Josif_tepe

Untitled

Aug 22nd, 2025
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main(void) {
  4.    
  5.     char niza[2000];
  6.    
  7.     scanf("%s", niza);
  8.    
  9.     printf("%s", niza);
  10.  
  11.     return 0;
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment