#include int main(){char c;char d;FILE*p=fopen("source.txt","r");for(int i=1;(c=fgetc(p))==(d=getchar());i++)printf("%d\n\"%c\"\n\"%c\"",i,c,d);}