zhanmingkan
2022-05-17 10f1dd4dadeeaaa2403148cf442279d0abc61147
1
2
3
module.exports = function(x) {
  return x<0 ? -1 : 1;
};