Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 1 character in body
Source Link

Pure Bash, 41(削除) 41 (削除ここまで) 37 bytes

for k in {1..9};{ echo $[k*(10**k-1)$[10**k/9];9*k];}

Try it online! Try it online!

Pure Bash, 41 bytes

for k in {1..9};{ echo $[k*(10**k-1)/9];}

Try it online!

Pure Bash, (削除) 41 (削除ここまで) 37 bytes

for k in {1..9};{ echo $[10**k/9*k];}

Try it online!

added 5 characters in body
Source Link

Pure Bash, 41 bytes

for k in {1..9};{ echo $[k*(10**k-1)/9];}

Try it online!

Bash, 41 bytes

for k in {1..9};{ echo $[k*(10**k-1)/9];}

Try it online!

Pure Bash, 41 bytes

for k in {1..9};{ echo $[k*(10**k-1)/9];}

Try it online!

Source Link

Bash, 41 bytes

for k in {1..9};{ echo $[k*(10**k-1)/9];}

Try it online!

AltStyle によって変換されたページ (->オリジナル) /