加好友 发纸条
写留言 加关注
一,比较两个数组,并输出
#include int search(int *apt,int n,int key) { int *p; for(p=apt;p if(*p==key) return p-apt;