多项选择题

char s[100]="China";char t[100]="Great";则执行:strcpy(s,t);strcat(s,t);后s的结果不是()

A.GreatChina
B.ChinaGreat
C.ChinaChina
D.GreatGreat