Sum and product puzzle: Difference between revisions

Content added Content deleted
Line 64: Line 64:
R (2 .< Int(s / 2 + 1)).map(a -> (a, @s - a))
R (2 .< Int(s / 2 + 1)).map(a -> (a, @s - a))


V all_pairs_set = Set[(Int, Int)]()
Set[(Int, Int)] all_pairs_set
L(a) 2..99
L(a) 2..99
L(b) a + 1 .< 100
L(b) a + 1 .< 100