write a program that outputs all possibilities to put + or - or nothing between the numbers 1, 2, …, 9 (in this order) such that the result is always 100. for example 1 + 2 + 3 - 4 + 5 + 6 + 78 + 9 = 100

0

Write a program that outputs all possibilities to put + or - or nothing between the numbers 1, 2, …, 9 (in this order) such that the result is always 100. For example 1 + 2 + 3 - 4 + 5 + 6 + 78 + 9 = 100

By Beginner da Blick at May 13 2021


Related code examples


Code examples by languages