int *rere=new int(t)
一个函数的最终结果储存在这,我想返回他,该怎么做呢?函数类型又是什么
函数返回 return rere;函数类型:int *
返回就直接return就行啦,函数类型的话应该int就可以