Two identical strings: Difference between revisions

m
chanmged the wording of the task's preamble, added a verb to the requirements, made it clear what base N is displayed in, replaced juxtaposition with concatenation, added highlighting, added whitespace.
(Created page with "{{Draft task}} ;Task: Numbers whose base 2 representation is the juxtaposition of two identical strings, where '''n < 1000''' <br><br> =={{header|Ring}}== <lang ring> load "s...")
 
m (chanmged the wording of the task's preamble, added a verb to the requirements, made it clear what base N is displayed in, replaced juxtaposition with concatenation, added highlighting, added whitespace.)
Line 2:
 
;Task:
NumbersFind and display &nbsp; (here on this page) &nbsp; positive integers whose base 2 representation is the juxtapositionconcatenation of two identical binary strings, where '''n < 1000'''
<br>where &nbsp; <big> '''n''' &nbsp; (in base ten) &nbsp; ''' &lt; &nbsp; 1,000<sub>10</sub>'''</big>.
 
For each decimal number, &nbsp; also show it's binary form.
<br><br>
 
=={{header|Ring}}==
<lang ring>