2022.5.5

两数之和

int *p= malloc(sizeof(int)*2);

两重for循环找到两数,p[0]=i p[1]=j;

return p