Josif_tepe

Untitled

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