your method is not right,
because of this:
* for (int j=min_B;j<max_B;j++)
{ cout<<Array[i][j];
}*
*
*
there must be rows and columns too, like cout<<endl or cout<<"\n"...
Maybe i didn't understand your algorithm at all?!
--
You received this message because you are subscribed to the Google Groups
"google-codejam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.