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

#Japt , 3 bytes

Japt , 3 bytes

NxÄ

Try it online


##Explanation

Explanation

N :The array of all inputs
x :Sum the array
Ä :Add one to each element

#Japt , 3 bytes

NxÄ

Try it online


##Explanation

N :The array of all inputs
x :Sum the array
Ä :Add one to each element

Japt , 3 bytes

NxÄ

Try it online


Explanation

N :The array of all inputs
x :Sum the array
Ä :Add one to each element
Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

#Japt, 3 bytes

NxÄ

Try it online


##Explanation

N :The array of all inputs
x :Sum the array
Ä :Add one to each element

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