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

Pyth, 8 bytes

h.<t*QQt

#Pyth, 8 bytes h.<t*QQt pyth.herokuapp.com

Explanation:

 Q Input
 Q Input
 * Multiply
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment

#Pyth, 8 bytes h.<t*QQt pyth.herokuapp.com

Explanation:

 Q Input
 Q Input
 * Multiply
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment

Pyth, 8 bytes

h.<t*QQt

pyth.herokuapp.com

Explanation:

 Q Input
 Q Input
 * Multiply
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment
added 18 characters in body
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125

#Pyth, 8 bytes h.<t*QQt pyth.herokuapp.com

Explanation:

 *QQ Q Multiply the inputInput
 with itself Q Input
 * Multiply
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment

#Pyth, 8 bytes h.<t*QQt pyth.herokuapp.com

Explanation:

 *QQ Multiply the input with itself
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment

#Pyth, 8 bytes h.<t*QQt pyth.herokuapp.com

Explanation:

 Q Input
  Q Input
 * Multiply
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125

#Pyth, 8 bytes h.<t*QQt pyth.herokuapp.com

Explanation:

 *QQ Multiply the input with itself
 t Decrement
 t Decrement the input
 .< Left bitshift
h Increment

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