第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

求一個(gè)javascript描述的解決方案

求一個(gè)javascript描述的解決方案

陪伴而非守候 2019-05-25 15:52:56
Solveagivenequationandreturnthevalueofxintheformofstring"x=#value".Theequationcontainsonly'+','-'operation,thevariablexanditscoefficient.Ifthereisnosolutionfortheequation,return"Nosolution".Ifthereareinfinitesolutionsfortheequation,return"Infinitesolutions".Ifthereisexactlyonesolutionfortheequation,weensurethatthevalueofxisaninteger.Example1:Input:"x+5-3+x=6+x-2"Output:"x=2"Example2:Input:"x=x"Output:"Infinitesolutions"Example3:Input:"2x=x"Output:"x=0"Example4:Input:"2x+3x-6x=x+2"Output:"x=-1"
查看完整描述

2 回答

?
慕碼人2483693

TA貢獻(xiàn)1860條經(jīng)驗(yàn) 獲得超9個(gè)贊

functiongetX(str){
letleft=str.split('=')[0];
letright=str.split('=')[1];
letarrLeft=left.match(/(\+|\-)?(\d)*(x)?/g);
arrLeft.push(left.split(arrLeft[0])[0]);
letarrRight=right.match(/(\+|\-)?(\d)*(x)?/g);
arrRight.push(right.split(arrRight[0])[0]);
letobj={
leftNumber:0,
leftX:0,
rightNumber:0,
rightX:0
};
functiongetCo(el,index,side){
if(el===''){
return;
}
if(el.match('x')){
letco=null;
co=el.match(/(\+|\-)?\d+/)||1;
obj[side+'X']+=parseInt(co,10);
}else{
obj[side+'Number']+=parseInt(el,10);
}
}
arrLeft.forEach((el,index)=>{
getCo(el,index,'left')
});
arrRight.forEach((el,index)=>{
getCo(el,index,'right')
});
letvalueNumber=obj.leftNumber-obj.rightNumber;
letvalueX=-(obj.leftX-obj.rightX);
letoutputStr='';
if(valueNumber===valueX){
outputStr='Infinitesolutions';
}elseif(valueNumber!==0&&valueX===0){
outputStr='Nosolution';
}else{
outputStr='x='+valueNumber/valueX;
}
console.log(outputStr);
}
                            
查看完整回答
反對(duì) 回復(fù) 2019-05-25
  • 2 回答
  • 0 關(guān)注
  • 443 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)