code hw1-Process of filtering array elements whose units digit is equal to k
0 Report
homework1-Process of filtering array elements whose units digit is equal to k
Related Recommendations
Other works by the author
Outline/Content
See more
for(int i=0;i<n;i++){
int A[c];
int c=0;
A[g]=B[i];
g++;
cout<<A[i]<<' ';
cin>>B[i];
for(int i=0;i<c;i++){
Конец
c++;
int g=0;
if(B[i]%10==k)
cin>>n>>k;
int B[n];
начало
if(B[i]%10==k){
Collect
Collect
0 Comments
Next Page