摘要: #includeusing namespace std;void main(){ char a[]="hello"; char b[]="hello"; coutusing namespace std;void main(){ int a[]={4,5,6}; int b[]={4,5,6}; coutusing namespace std;void main(){ char a[5]={'h','e','l','l','o'}; char b[5]={'h' 阅读全文
posted @ 2013-06-30 17:43 wkl7123 阅读(244) 评论(0) 推荐(0)