char input;

  printf("enter: \n");
  scanf_s("%c", &input); fflush(0);
  printf("fuck %c", input);

왜 안찍히냐