class ex5_3 { public static void main(String[] args) { int i; // 添え字用の変数 for (i = 1; i <= 1000000000; i++) { System.out.println("文教大学"); } } }