Ad
  • Custom User Avatar
    test.assert_equals(calc_max([55,25,297,420]), 77)
    

    Consider this:

    • width of 55 goes 5 times into 297
    • height of 25 goes 16 times into 420

    5 * 16 = 80 images can fit into the area.

    Why is 77 the expected answer?