请问
编程吧
全部回复
仅看楼主
level 1
传说中的小娜娜
楼主
#include
using namespace std; int main() { int i; char str1[10]; char *str2="2311"; for(i=0; i<10; i++) { str2[i] = 'a'; } strcpy(str1,str2 ); cout<
2007年12月24日 08点12分
1
1