import java.util.Scanner;
public class H1{
 ;
public static void ; main(String[]args){
 ;  ;  ;  ;int x;
 ;  ;  ;  ;Scanner sc=new Scanner(System.in);
 ;  ;  ;  ;x=sc.nextInt();
 ;
 ;  ;  ;if(x==10||x==20){
 ;  ;  ;System.out.println(";1";);}
 ;
 ;  ;  ;else {
 ;  ;  ;System.out.println(";2";);
 ;  ;  ;}
}
 ;
}
像这样执行一次就结束了,怎么连续输入呢?
加载中...