#include #include int main(){ char S[5000010]; fscanf(stdin,"%5000010s",S); int len=strlen(S); char a=S[0]; printf("%c",S[0]); for(int i=1;i