#include #include #include #include using namespace std; char vystup[20000]; int main(){ int klic, delka, pocet, stupen; string vstup, tmp = ""; while(1){ cin >> klic; if(klic == 0) break; cin.get(); getline(cin, vstup); tmp = ""; delka = vstup.length(); for(int i=0;i