// napiste program, ktory bude nahradzovat tabulatory '\t' // zvolenym poctom medzier #include void main() { const int tabsize=8; char c; while( cin.get(c)) { if(c=='\t') { for(int i=0; i