結果

問題 No.308 素数は通れません
ユーザー uafr_csuafr_cs
提出日時 2015-12-02 22:16:41
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 1,022 bytes
コンパイル時間 2,324 ms
コンパイル使用メモリ 78,496 KB
実行使用メモリ 54,352 KB
最終ジャッジ日時 2024-09-14 08:04:30
合計ジャッジ時間 18,289 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 118 ms
41,128 KB
testcase_01 AC 128 ms
40,876 KB
testcase_02 AC 127 ms
40,860 KB
testcase_03 AC 128 ms
40,956 KB
testcase_04 AC 116 ms
40,024 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 128 ms
41,152 KB
testcase_08 AC 129 ms
41,080 KB
testcase_09 AC 131 ms
41,060 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 126 ms
40,988 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 126 ms
40,764 KB
testcase_16 AC 128 ms
41,184 KB
testcase_17 AC 127 ms
40,940 KB
testcase_18 AC 129 ms
40,796 KB
testcase_19 AC 129 ms
40,728 KB
testcase_20 AC 127 ms
41,328 KB
testcase_21 AC 126 ms
41,064 KB
testcase_22 AC 127 ms
41,056 KB
testcase_23 AC 130 ms
41,076 KB
testcase_24 AC 127 ms
41,028 KB
testcase_25 AC 128 ms
40,660 KB
testcase_26 AC 128 ms
41,012 KB
testcase_27 AC 128 ms
40,908 KB
testcase_28 AC 126 ms
41,056 KB
testcase_29 AC 127 ms
40,840 KB
testcase_30 AC 127 ms
40,780 KB
testcase_31 AC 127 ms
40,852 KB
testcase_32 WA -
testcase_33 AC 127 ms
41,056 KB
testcase_34 AC 128 ms
40,908 KB
testcase_35 AC 128 ms
41,108 KB
testcase_36 AC 114 ms
39,912 KB
testcase_37 AC 130 ms
41,032 KB
testcase_38 AC 113 ms
39,596 KB
testcase_39 AC 113 ms
39,700 KB
testcase_40 AC 125 ms
40,652 KB
testcase_41 AC 126 ms
40,900 KB
testcase_42 AC 128 ms
40,732 KB
testcase_43 AC 127 ms
40,680 KB
testcase_44 AC 129 ms
40,908 KB
testcase_45 AC 118 ms
40,888 KB
testcase_46 AC 129 ms
40,992 KB
testcase_47 AC 127 ms
40,896 KB
testcase_48 AC 114 ms
39,808 KB
testcase_49 AC 128 ms
40,796 KB
testcase_50 AC 127 ms
40,756 KB
testcase_51 AC 125 ms
40,944 KB
testcase_52 AC 127 ms
41,028 KB
testcase_53 AC 127 ms
40,948 KB
testcase_54 AC 131 ms
41,036 KB
testcase_55 AC 127 ms
40,940 KB
testcase_56 AC 126 ms
40,932 KB
testcase_57 AC 127 ms
41,112 KB
testcase_58 AC 127 ms
40,944 KB
testcase_59 AC 128 ms
40,732 KB
testcase_60 AC 131 ms
40,732 KB
testcase_61 AC 126 ms
40,900 KB
testcase_62 AC 128 ms
41,048 KB
testcase_63 AC 126 ms
40,936 KB
testcase_64 AC 127 ms
40,948 KB
testcase_65 AC 130 ms
40,948 KB
testcase_66 AC 129 ms
41,400 KB
testcase_67 AC 129 ms
40,944 KB
testcase_68 AC 130 ms
40,812 KB
testcase_69 AC 124 ms
40,900 KB
testcase_70 AC 126 ms
41,056 KB
testcase_71 AC 127 ms
40,852 KB
testcase_72 AC 129 ms
41,136 KB
testcase_73 AC 128 ms
41,184 KB
testcase_74 AC 128 ms
40,964 KB
testcase_75 AC 124 ms
40,760 KB
testcase_76 WA -
testcase_77 AC 127 ms
40,924 KB
testcase_78 AC 125 ms
40,868 KB
testcase_79 AC 128 ms
40,972 KB
testcase_80 WA -
testcase_81 WA -
testcase_82 AC 126 ms
40,812 KB
testcase_83 AC 126 ms
41,052 KB
testcase_84 WA -
testcase_85 AC 127 ms
41,108 KB
testcase_86 WA -
testcase_87 WA -
testcase_88 AC 129 ms
41,004 KB
testcase_89 AC 125 ms
40,856 KB
testcase_90 WA -
testcase_91 AC 122 ms
41,180 KB
testcase_92 AC 125 ms
40,960 KB
testcase_93 AC 126 ms
40,920 KB
testcase_94 AC 127 ms
40,872 KB
testcase_95 AC 129 ms
40,812 KB
testcase_96 AC 129 ms
41,036 KB
testcase_97 AC 126 ms
40,776 KB
testcase_98 AC 129 ms
40,820 KB
testcase_99 AC 129 ms
40,796 KB
testcase_100 AC 128 ms
41,184 KB
testcase_101 WA -
testcase_102 AC 128 ms
40,732 KB
testcase_103 AC 128 ms
40,944 KB
testcase_104 AC 126 ms
40,712 KB
testcase_105 AC 127 ms
41,124 KB
testcase_106 AC 127 ms
40,788 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.math.BigInteger;
import java.util.Arrays;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.Scanner;
import java.util.Set;

public class Main {

	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
		
		BigInteger N = new BigInteger(sc.next());
		
		final BigInteger four = BigInteger.valueOf(4);
		final BigInteger six = BigInteger.valueOf(6);
		final BigInteger eight = BigInteger.valueOf(8);
		final BigInteger nine = BigInteger.valueOf(9);
		final BigInteger ten = BigInteger.valueOf(10);
		final BigInteger fifteen = BigInteger.valueOf(15);
		final BigInteger sixteen = BigInteger.valueOf(16);
		final BigInteger twentytwo = BigInteger.valueOf(22);
		
		if(N.equals(four)){
			System.out.println(3);
		}else if(N.equals(six)){
			System.out.println(5);
		}else if(N.equals(eight) || N.equals(nine) || N.equals(ten) || N.equals(fifteen) || N.equals(sixteen) || N.equals(twentytwo)){
			System.out.println(7);
		}else{
			System.out.println(8);
		}
		
	}

}
0