sbaglio qualcosa??

codice:
int main()
{
      char line[80];
      gets(line);
      printf("%s", line);

      getch();
}