Skip to main content
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