Skip to content

[Problem] Pythagorean triplet #37

Description

@ademclk

Pythagorean triplet

Pythagorean triplet is a set of three natural numbers where a < b < c.

$a^2 + b^2 = c^2$

There is exactly one Pythagorean triplet for which $a + b + c = 1000$.

Find a, b and c and print these numbers out.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions