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

Bounty Awarded with 100 reputation awarded by Bubbler
added 73 characters in body
Source Link
user
  • 457
  • 2
  • 21
  • 71

Factor + math.unicode, 20(削除) 20 (削除ここまで) 17 bytes

Saved 3 bytes thanks to @chunes!

[ sqrt dup floor = ]

Try it online! Try it online!

Factor, 20 bytes

[ sqrt dup floor = ]

Try it online!

Factor + math.unicode, (削除) 20 (削除ここまで) 17 bytes

Saved 3 bytes thanks to @chunes!

[  dup  = ]

Try it online!

deleted 19 characters in body
Source Link
user
  • 457
  • 2
  • 21
  • 71

Factor + math.functions, 20 bytes

[ sqrt dup floor = ]

Try it online!

Factor + math.functions, 20 bytes

[ sqrt dup floor = ]

Try it online!

Factor, 20 bytes

[ sqrt dup floor = ]

Try it online!

Source Link
user
  • 457
  • 2
  • 21
  • 71

Factor + math.functions, 20 bytes

[ sqrt dup floor = ]

Try it online!

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