Created
May 17, 2018 11:33
-
-
Save blackmiaool/c7053e8c844b42f27d13c0b35dc5f091 to your computer and use it in GitHub Desktop.
mi oj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function solution(line) { | |
const [ll, lr] = line.split(" "); | |
const arr = ll.split(",").map(a => a * 1); | |
const target = lr * 1; | |
return ret; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment