解答

String^ a;
String^ b;
String^ c;
String^ d;
a=L"明るく";
b=L"積極的で";
c=L"優しい";
d=L"ある";
label1->Text=a+b+d;
label2->Text=b+c;
label3->Text=a+c;