Guest User

Untitled

a guest
Feb 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. int main()
  2. {
  3. char buff[1337]={0};
  4. printf(“input:”);
  5. scanf(buff,”%s”);
  6. }
Add Comment
Please, Sign In to add comment