cback

2、最大利润

贪心

1、返回函数中数组 ,中间可以用static来做中转

fun(char*src)

{

static buf[100]=[0];

 

 

return buf;

 

 

}

posted @ 2023-07-06 19:15  cnchengv  阅读(69)  评论(0)    收藏  举报