char *str;
    scanf(\"%s\",str);
    printf(\"%s\",str);

이렇게 입력을 받아도 되는거임?