HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


024. 50372 - Number Quadruplets

Guest
• Review clarifications (1)

Volume problems

• 018. 50344 - Profit or Loss
• 018. 50491 - Brokers
• 018. 50787 - Expected Value
• 019. 50438 - Pattern with stars
• 020. 50485 - Center of gravity of a ...
• 020. 50408 - Molecules
• 022. 50366 - Student Averages (2 G...
• 023. 50437 - Age Labeling
• 024. 50372 - Number Quadruplets
• 025- 2013-Nov-01. 50328 - How far ...
• 026. 50399 - Mobile Base Station
• 026. 50487 - Radius of Inscribed Circle
• 027. 50548 - Albanian Airlines
• 028. 50483 - Group Total
• 030. 50584 - Total invoice amount
• 033. 50588 - Processing the list of n...
• 035. 50573 - Count and Sum

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.
By Arban Uka.

Number Quadruplets

Assume that we have the following relation:

a2 + b2 + c2 = d2
Question: Find the number of unique quadruplets of (a, b, c, d) that satisfy the above relation for the given d.

Note: the following three quadruplets are assumed to be the same. Thus, you count only one.
   12+22+22 = 32
   22+12+22 = 32
   22+22+12 = 32

Input specification
You will be given just one integer d where 1 ≤ d ≤ 100) and 1 ≤ (a,b,c) ≤ d.

Output specification
Show the number of unique quadruplets.

 Sample Input I     Sample Input II   
 10
 20
 Sample Output I     Sample Output II   
 6
 22

Explanation
There are six unique number quadruplets until ten.

  • 12 + 22 + 22 = 32
  • 22 + 42 + 42 = 62
  • 22 + 32 + 62 = 72
  • 12 + 42 + 82 = 92
  • 32 + 62 + 62 = 92
  • 42 + 42 + 72 = 92

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

www.contester.ru