#include #include using namespace std; int main(int argc, char** argv) { string s,st=""; int i=1,pr=0; cout<<"текст: "; getline(cin,s); while (true) { while ((s[i]!='"') && (i0) st=st+s[i]; i++; } if (pr>0) { cout<s.length()) break; } system("pause"); return 0; }