Skip to main content
2 of 2
golfed a byte
Wheat Wizard
  • 102.8k
  • 23
  • 299
  • 697

Haskell, 44 43 bytes

f x=[sum$y(div(length x)2)x|y<-[take,drop]] 

Try it online!

Based on Steven Fontanella's answer with some non-trivial modification.

Wheat Wizard
  • 102.8k
  • 23
  • 299
  • 697