#MathGolf , (削除) 6 (削除ここまで) 5 bytes
MathGolf , (削除) 6 (削除ここまで) 5 bytes
9{îÄí
-1 byte thanks to @maxb.
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
Ä # Do an inner loop that many times, using a single command:
í # Push the total number iterations of the outer loop
# (after the loops, the entire stack is joined together and output implicitly)
#MathGolf , (削除) 6 (削除ここまで) 5 bytes
9{îÄí
-1 byte thanks to @maxb.
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
Ä # Do an inner loop that many times, using a single command:
í # Push the total number iterations of the outer loop
# (after the loops, the entire stack is joined together and output implicitly)
MathGolf , (削除) 6 (削除ここまで) 5 bytes
9{îÄí
-1 byte thanks to @maxb.
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
Ä # Do an inner loop that many times, using a single command:
í # Push the total number iterations of the outer loop
# (after the loops, the entire stack is joined together and output implicitly)
#MathGolf, 6(削除) 6 (削除ここまで) 5 bytes
9{î░î*îÄí
Try it online. -1 byte thanks to @maxb.
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
░ Ä # Convert it to a string
Do an inner loop îthat many times, #using a Pushsingle thecommand:
1-based loop index again
í # *Push the #total number Anditerations repeatof the string that manyouter timesloop
# (after the looploops, the entire stack is joined together and output implicitly)
9{î░î*
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
░ # Convert it to a string
î # Push the 1-based loop index again
* # And repeat the string that many times
# (after the loop, the entire stack is joined together and output implicitly)
#MathGolf, (削除) 6 (削除ここまで) 5 bytes
9{îÄí
-1 byte thanks to @maxb.
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
Ä # Do an inner loop that many times, using a single command:
í # Push the total number iterations of the outer loop
# (after the loops, the entire stack is joined together and output implicitly)
9{î░î*
Explanation:
9{ # Loop 9 times:
î # Push the 1-based loop index
░ # Convert it to a string
î # Push the 1-based loop index again
* # And repeat the string that many times
# (after the loop, the entire stack is joined together and output implicitly)