HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Functions > problem:


040. 50354 - Intersecting Rectangles

Guest
• Review clarifications (1)

Volume problems

• 100. 50397 - The Number of Points ...
• 135. 50572 - Palindromic Numbers
• 145. 50586 - Prime Palindromes
• 160. 50571 - Armstrong Numbers - 2
• 50315 - Pig Latin
• 50353 - Cube of the Largest number
• 50296 - Total Discount Rate
• 50559 - Prime Factors of a Number
• 040. 50354 - Intersecting Rect...
• 060. 50727 - Fibonacci Numbers
• 061. 50733 - The Highest Average
• 076. 50289 - Monthly Allowance
• 080. 50347 - Selling Oranges
• 090. 50378 - Sum of the given digits
• 110. 50409 - Random Password Ge...
• 120. 50684 - Sum of prime numbers...
• 130. 50652 - Prime Factorization

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

Intersecting Rectangles

On XY plain, you are given upper left corner coordinate of two equal sized rectangles. Find the intersection percentage of the rectangles.

Question: Write a program that is going to read two rectangle information and find the intersection percentage.

Input specification
You will be first given the width (w) and height (h) of the rectangles. Then upper left coordinates (x, y) of the two rectangles are given in the following two lines where 0 ≤ (x, y) ≤ 10000 and 1 ≤ (w, h) ≤ 100.

Output specification
Show a floating point number with 3 decimal places that is the intersection percentage to the second rectangle.

Sample Input I
  4 3
  1 4
  3 5
Sample Input II
  2 9
  3 20
  11 20
Sample Output I
  33.333
Sample Output II
  0

Для отправки решений необходимо выполнить вход.

www.contester.ru