#include<string.h>
#include<stdio.h>
main()
{
int i;
char *1[]= "abcdef", s2[] = "123456", s3[50];
strcpy(s3, s1);
strcat(s3, s2);
puts(s3);
}
我做出来的,"kevin3000"编的不知道为什么,不对````````
#include<string.h>
#include<stdio.h>
main()
{
int i;
char *1[]= "abcdef", s2[] = "123456", s3[50];
strcpy(s3, s1);
strcat(s3, s2);
puts(s3);
}
我做出来的,"kevin3000"编的不知道为什么,不对````````
高中??
他怎么可能那么老啊
人家才上初中