#include main(){char d,f[50];FILE *p;gets(f);p=fopen(f,"r");while((d=fgetc(p))!=EOF)putchar(d);}