VC中的cannotexecuteprogram是什么意思我的运行程序是这个 #include<iostream.h> intmain() { char*s1="hello"; char*s2="123"; chara[20]; strcpy(a,s1); cout<<(strcmp(a,s1)==0?"":"not")<<"equal"<<endl; cout<<strcat(a,s2)<<endl; cout<