10 lines
279 B
Text
10 lines
279 B
Text
#include <basico.h>
|
|
|
|
algoritmo
|
|
x=0, tope=11
|
|
decimales '0'
|
|
iterar grupo ( ++x,#( x< tope ),\
|
|
x,":",justificar derecha ( 5, x ---mostrar como octal--- ),\
|
|
NL, imprimir, cuando( #(x==10)){ \
|
|
"...\n...\n",x=4294967284, tope=4294967295} )
|
|
terminar
|