#include int main(){ char buf[2048]; int a=0; while(1){ size_t sz=fread(&buf,1,2048,stdin); if(!sz)break; for(size_t i=0;i