public class Hellows2 {
 	public static void main(String[] args) {
 		try {
 			int j = Integer.parseInt(args[0]);
 			for (int i = 0; i < j; i++) {
 				System.out.println("Hello World! + n");
 			}
 		} catch (ArrrayIndexOutOfBoundsException) {
 			System.out.println("suu");
 		}
 	}
 }

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS