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 Revisions

3 of 4
-1 byte with splatting.
mazzy
  • 7.2k
  • 2
  • 13
  • 23

PowerShell, (削除) 62 (削除ここまで) (削除) 71 (削除ここまで) 70 bytes

+9 bytes when Test cases with an even number of elements added.

-1 byte with splatting.

for($a=$args;$a[1]-2){$n++;$a=($a|?{++$j%2})+($a|?{$i++%2});rv i,j}+$n

Try it online!

mazzy
  • 7.2k
  • 2
  • 13
  • 23

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