#7976: java


henrychen128 (henry)

學校 : 不指定學校
編號 : 28525
來源 : [114.46.59.98]
最後登入時間 :
2015-04-07 20:41:12
a273. 小朋友下樓梯 | From: [118.165.122.203] | 發表日期 : 2013-07-19 18:07

public class practice
{
public static void main(String [] args) 
{
        java.util.Scanner sc=new java.util.Scanner(System.in);
        while(true)
        {
          int num1=sc.nextInt();
          int num2=sc.nextInt();
           if(num1%num2==0)
        System.out.println("Ok!");
           else
        System.out.println("Impossib1e!");
        }
     }
}
他總是說我的java發生re狀況是為何?有while迴圈時] 
 
ZeroJudge Forum