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

Commonmark migration
Source Link

Brachylog, 5 bytes

fk+>?

Try it online!

###Explanation

Explanation

f Factors
 k Knife: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input

Brachylog, 5 bytes

fk+>?

Try it online!

###Explanation

f Factors
 k Knife: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input

Brachylog, 5 bytes

fk+>?

Try it online!

Explanation

f Factors
 k Knife: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input
deleted 1 character in body
Source Link
Fatalize
  • 39.6k
  • 5
  • 73
  • 165

Brachylog, 5 bytes

fb+>fk+>?

Try it online! Try it online!

###Explanation

f Factors
 bk BeheadKnife: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input

Brachylog, 5 bytes

fb+>?

Try it online!

###Explanation

f Factors
 b Behead: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input

Brachylog, 5 bytes

fk+>?

Try it online!

###Explanation

f Factors
 k Knife: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input
Source Link
Fatalize
  • 39.6k
  • 5
  • 73
  • 165

Brachylog, 5 bytes

fb+>?

Try it online!

###Explanation

f Factors
 b Behead: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input

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