#include <stdio.h> int func(int x,int *p); void main( ) { int a=1,b=2,c; c=func(a,&b); 怎么解

我要回帖

 

随机推荐