Parameter transfers with a different value

后端 未结 0 1945
-上瘾入骨i
-上瘾入骨i 2020-12-09 04:14

so i\'m currently having problems with this function

void checkTable(int a[50],int n, int c, int p[50]){
int i,j=0;
c=0;
for (i=0;i<50;i++)
{
    if(a[i]==         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题