0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
isovr:贴海报的题,JavaScript粗糙的解法:
function maxRoom(width, height){
// 输入有效性检验
if(!width.length ||
!height.length ||
width.length !== height.length){
return 0
}
let res = 1;
width.forEach(e => {
if(e <= 0){
res = 0
}
})
height.filter(e => {
if(e <= 0){
res = 0
}
})
if(!res){
return
}
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
2020-05-23 19:14
西安理工大学 前端工程师 0 点赞 评论 收藏
分享
投递口碑等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: