那這不更簡單? |
送交者: 田苗 2008月11月27日12:04:57 於 [靈機一動] 發送悄悄話 |
回 答: This is my code 由 零加一中 於 2008-11-27 10:59:45 |
array y{9}; /* Input are y(1) ... y(9)*/
array x{9}; do i = 1 to 9; x(i) = 0; end; do i = 1 to 9; If x(y(i)) != 0, there is repeat. x(y(i)) = 1; end; |
|
|
|
實用資訊 | |