Skip to main content
added 166 characters in body
Source Link
Maria
  • 652
  • 3
  • 6

Pyth - 9 bytes

/msd.cE2E 

Try it

/msd.cE2E .cE2 # All subsets of length 2 msd # The sum of each subset / E # Number of occurrences of the input number 

Pyth - 9 bytes

/msd.cE2E 

Try it

Pyth - 9 bytes

/msd.cE2E 

Try it

/msd.cE2E .cE2 # All subsets of length 2 msd # The sum of each subset / E # Number of occurrences of the input number 
Source Link
Maria
  • 652
  • 3
  • 6

Pyth - 9 bytes

/msd.cE2E 

Try it