Skip to content

Instantly share code, notes, and snippets.

@blackmiaool
Created May 17, 2018 11:33
Show Gist options
  • Save blackmiaool/c7053e8c844b42f27d13c0b35dc5f091 to your computer and use it in GitHub Desktop.
Save blackmiaool/c7053e8c844b42f27d13c0b35dc5f091 to your computer and use it in GitHub Desktop.
mi oj
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