Skip to main content
Commonmark migration
Source Link

Japt, 2 bytes

#Japt, 2 bytes CanCan take the second input as an array or a string. Fails the last 2 test cases as the numbers exceed JavaScript's max integer. Replace s with ì to output an array of characters instead.

sV 

Try it

#Japt, 2 bytes Can take the second input as an array or a string. Fails the last 2 test cases as the numbers exceed JavaScript's max integer. Replace s with ì to output an array of characters instead.

sV 

Try it

Japt, 2 bytes

Can take the second input as an array or a string. Fails the last 2 test cases as the numbers exceed JavaScript's max integer. Replace s with ì to output an array of characters instead.

sV 

Try it

Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

#Japt, 2 bytes Can take the second input as an array or a string. Fails the last 2 test cases as the numbers exceed JavaScript's max integer. Replace s with ì to output an array of characters instead.

sV 

Try it