namespace std;
int main() {
charcl[80],c2[80],сЗ[80];//Строки с завершающим нулем
string s1,s2,s3;
strcpy(cl,"old string one"); //Присваивание строк
strcpy(c2,cl);
s1="new strin gone";
s2=sl;
strcpy(c3,cl) ; //Конкатенация строк
strcpy(c3,c2);
s3=s1+s2;
//Сравнение строк
if(strcmp(c2,c3)<0)cout << c2;
else cout << c3;
if(s2 < s3)cout << s2;
else cout << s3;
}