#include <stdio.h>
void func(char *list[])
{
list[0]="ya";
list[1]="wahaha";
}
int main()
{
char *list[50];
func(list);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+Cgp2b2lkIGZ1bmMoY2hhciAqbGlzdFtdKQp7CiAgICBsaXN0WzBdPSJ5YSI7CiAgICBsaXN0WzFdPSJ3YWhhaGEiOwp9CgppbnQgbWFpbigpCnsKICAgIGNoYXIgKmxpc3RbNTBdOwogICAgZnVuYyhsaXN0KTsKICAgIHByaW50ZigiJXNcbiIsIGxpc3RbMF0pOwogICAgcHJpbnRmKCIlc1xuIiwgbGlzdFsxXSk7CiAgICByZXR1cm4gMDsKfQo=