#include char c,d;int i;main(){std::ifstream f(__FILE__);for(;d=getchar(),f.get(c);++i)if(c-d)printf("%d\n\"%c\"\n\"%c\"",i,c,d);}