📅  最后修改于: 2022-03-11 14:44:47.881000             🧑  作者: Mango
#include
#include
using namespace std;
int main()
{
char first[500];
cout<<"what is your favorite word : ";
cin>>first;
cout<<(strcat(first," Is a good choice"))<