void test1() { char string[10]; char* str1 = "01234567891"; strcpy( string, str1 ); }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题