10000 men are arranged in an array of 100 rows and 100 columns according to their heights.
Tallest among each row of all are asked to come out. And the shortest among them is A.
Similarly after resuming them to their original positions, the shortest among each column are asked to come out. And the tallest among them is B.
Now who is taller A or B?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Hypothetically thinking of a 100 x 100 matrix filled with numbers starting from 1 and going upto 10000. The smallest of the largest number going row wise would be 100. And the largest of the smaller numbers going column wise would be 100. Thus A = B