Look-and-say sequence: Difference between revisions

Content deleted Content added
Not a robot (talk | contribs)
Add 8080 assembly version
m →‎simple version: changed text for the output sections.
Line 3,065:
k= k + _ /*now, point to the next character. */
end /*k*/</lang>
{{out|output|text=&nbsp; when using the default input values of: &nbsp; &nbsp; <tt> 10 &nbsp; 20 &nbsp; 301 </tt>}}
<pre>
[1]: 1
Line 3,109:
</pre>
{{out|output|text=&nbsp; when using the input value of: &nbsp; &nbsp; <tt> -60 </tt>}}
<pre>
<pre style="height:60ex">
length[1]: 1
length[2]: 2