#include <stdio.h> int main() { char cmd[20]; scanf("%s",cmd);는 되고 gets(cmd);는 안되고 printf("%s",cmd); return 0; } 좀 도와 주세요... 경로문제인지 무언지... 부탁합니다.