形参和实参的意义
#include <bits/stdc++.h>
using namespaces std;
int Math(int x,y),a[102]; //这里的x,y有什么意义?
{
for(x=0;x<100;x+=2)
cin>>a[102];
y=a[102];
cout<<y;
return 0;
}
#include <bits/stdc++.h>
using namespaces std;
int Math(int x,y),a[102]; //这里的x,y有什么意义?
{
for(x=0;x<100;x+=2)
cin>>a[102];
y=a[102];
cout<<y;
return 0;
}
2018-10-06
举报