close

 

 

 

 

if (a > b) {

max = a;

} else {

max = b;

}

 

max = (a > b) ? a : b;

 

 

 

 

arrow
arrow
    全站熱搜

    小彬彬 發表在 痞客邦 留言(0) 人氣()