Guest User

Untitled

a guest
May 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function solution(line) {
  2. const [ll, lr] = line.split(" ");
  3. const arr = ll.split(",").map(a => a * 1);
  4. const target = lr * 1;
  5.  
  6.  
  7.  
  8. return ret;
  9. }
Add Comment
Please, Sign In to add comment