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

2 of 2
added 28 characters in body
Kroppeb
  • 1.8k
  • 10
  • 11

Brachylog, (削除) 14 (削除ここまで) 11 bytes

;0{<≜.↔¬}i(

-3 bytes tanks to Fatalize

Explanation

; { }i( -- Find the nth number
 0 -- (starting with 0)
 < -- which is bigger then the previous one
 ≜ -- make explicit (otherwise it fucks up)
 . -- which is the output
 ↔ -- and if reversed
 ¬ -- is not the output

Try it online!

Kroppeb
  • 1.8k
  • 10
  • 11

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