void vtchancuoicung(int a[][100],int n,int m)
{
int i,j;
for( i=n-1;i>=0;i--)
{
for(j=m-1;j>=0;j--)
if(a[i][j]%2==0)
break;
break;
}
cout<<"dong thu "<<i<<" ,cot thu "<<j;
}
0 comments:
Post a Comment