登录

int WB(int a[], int n, int x) { for(int i=0;i<n;i++) if(a==x) return 1; return 0; }

查看答案:0.2积分