package test46; import java.util.Scanner; public class test46_class { public static void main(String[] args) { // 標準入力から読み込む際に、Scannerオブジェクトを使う。 Scanner sc = new Scanner(System.in); int s1 = sc.nextInt(); int s2 = sc.nextInt(); int i=0; while(0