#include#include$includeint main(){ char s[10000]; freopen("D:/MyFile.txt", "w", stdout); gets(s); printf("%d\n", strlen(s)); puts(s); return 0;}