[理工] [計組]-C 轉 MIPS

看板Grad-ProbAsk作者 (chris)時間14年前 (2009/10/18 15:55), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
int compare ( int a, int b){ if (sub(a,b) >= 0) return 1; else return 0; } int sub (int a, int b) { return a-b; } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.115.216.25
文章代碼(AID): #1AsidRLf (Grad-ProbAsk)