1234567
char input[100],ch[100]; void main(void) { freopen("input.txt","r",stdin); scanf("%s\n",&input); gets(ch); }