注意:此页面搜索的是所有试题
int WB(int a[], int n, int x) {


for(int i=0;i<n;i++)


if(a[i]==x) return 1;


return 0;


}
简答题 (4 分) 4分

参考答案