From f1379f0c087eab6f7a2dc2d7cc07244e99813f49 Mon Sep 17 00:00:00 2001 From: carloshoyos Date: Tue, 13 Sep 2022 13:17:49 -0400 Subject: [PATCH] Update problems.txt problem 75 statement for problem 75 had a typo, the input parameter is 1,500,000 and not 2,000,000. You can validate here: https://projecteuler.net/problem=75 --- EulerPy/data/problems.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EulerPy/data/problems.txt b/EulerPy/data/problems.txt index a07c789..7a9e0de 100644 --- a/EulerPy/data/problems.txt +++ b/EulerPy/data/problems.txt @@ -1561,7 +1561,7 @@ different right angle triangles. 120 cm: (30,40,50), (20,48,52), (24,45,51) -Given that L is the length of the wire, for how many values of L 2,000,000 +Given that L is the length of the wire, for how many values of L <= 1,500,000 can exactly one right angle triangle be formed?