//  此方法會編譯錯誤,因為 return 可能不執行

int run(int a){

    if(a > 0){

        return 0;

    }

}

arrow
arrow
    全站熱搜

    黃彥霖 發表在 痞客邦 留言(0) 人氣()