ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Разделы > Арифметика > задача:


50372 - Number Quadruplets

Гость
• Вопросы к жюри (1)

Задачи раздела

• 50436 - Pocket Money
• 50379 - a^b modulus k
• 50353 - Cube of the Largest number
• 50359 - Mode of a Series
• 50539 - Number of Chairs - 2
• 50532 - Close City
• 50462 - Class Average (3 Grades)
• 50288 - Even numbers in even posit...
• 50372 - Number Quadruplets
• 51007 - Function f(x)
• 50896 - Sum of Even Numbers
• 50903 - Basic Math Calculator
• Cineplexx
• Cirku Belluci
• 50659 - Covariance Matrix
• El Clasico
• 50657 - Permutations and Combinat...

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
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