Numbers with prime digits whose sum is 13: Difference between revisions

Content added Content deleted
(Added Sidef)
m (changed numbers to positive integers, and digits to decimal digits (for the sum).)
Line 1: Line 1:
{{draft task|Prime Numbers}}
{{draft task|Prime Numbers}}
Find all the decimal numbers whose digits are all primes and sum to   '''13'''.
Find all the positive integers whose decimal digits are all primes and sum to   '''13'''.
<br><br>


<br>
=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
Based on the Algol W sample.
Based on the Algol W sample.