mhdew

nadim_5

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