Board logo

標題: 307-迴圈最大公因數 [打印本頁]

作者: 許承鴻    時間: 2018-7-17 18:32     標題: 307-迴圈最大公因數

本帖最後由 許承鴻 於 2018-7-24 18:17 編輯

import java.io.*;
public class JPD03 {
    public static void main (String argv[]) throws IOException {
        int num1, num2;
  
        
        System.out.println("Input:");
        
        while (___________) {
            



        }
    }  
  
    static int gcd (int m, int n) {
        int result;
        while (__________){
            


        }
        
    }
}
作者: 巫沛庭    時間: 2018-7-17 20:22

此帖僅作者可見
作者: 張閎鈞    時間: 2018-7-17 20:30

此帖僅作者可見
作者: 巫晉宇    時間: 2018-7-17 20:31

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2