#include <stdio.h> int main(int argc, char* argv[]) { char sz[1024] = ""; gets(sz); printf("%s", sz); return 0; }