Jump to content

Positive decimal integers with the digit 1 occurring exactly twice: Difference between revisions

Add APL
(Add COBOL)
(Add APL)
Line 136:
Found 27 numbers
</pre>
=={{header|APL}}==
<syntaxhighlight lang="apl">(⊢(/⍨)(2='1'+.=⍕)¨) ⍳1000</syntaxhighlight>
{{out}}
<pre>11 101 110 112 113 114 115 116 117 118 119 121 131 141 151 161 171 181 191 211 311 411 511 611 711 811 911</pre>
 
=={{header|Arturo}}==
 
2,114

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.