結果

問題 No.491 10^9+1と回文
ユーザー mosmos_21mosmos_21
提出日時 2017-06-19 20:29:42
言語 Java21
(openjdk 21)
結果
MLE  
(最新)
AC  
(最初)
実行時間 -
コード長 1,515 bytes
コンパイル時間 2,459 ms
コンパイル使用メモリ 90,868 KB
実行使用メモリ 76,808 KB
最終ジャッジ日時 2024-10-02 07:50:11
合計ジャッジ時間 26,425 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 126 ms
54,280 KB
testcase_01 AC 127 ms
54,148 KB
testcase_02 AC 127 ms
54,092 KB
testcase_03 AC 310 ms
63,008 KB
testcase_04 AC 203 ms
55,596 KB
testcase_05 AC 279 ms
59,364 KB
testcase_06 MLE -
testcase_07 AC 190 ms
55,140 KB
testcase_08 AC 135 ms
54,084 KB
testcase_09 AC 132 ms
54,236 KB
testcase_10 AC 131 ms
53,852 KB
testcase_11 AC 181 ms
55,248 KB
testcase_12 AC 183 ms
55,144 KB
testcase_13 AC 132 ms
54,172 KB
testcase_14 AC 205 ms
55,436 KB
testcase_15 AC 196 ms
55,444 KB
testcase_16 AC 163 ms
54,580 KB
testcase_17 AC 132 ms
53,988 KB
testcase_18 AC 133 ms
54,116 KB
testcase_19 AC 181 ms
55,088 KB
testcase_20 AC 135 ms
54,236 KB
testcase_21 AC 166 ms
54,912 KB
testcase_22 AC 134 ms
54,052 KB
testcase_23 AC 211 ms
55,632 KB
testcase_24 AC 134 ms
54,104 KB
testcase_25 AC 138 ms
54,200 KB
testcase_26 AC 132 ms
54,272 KB
testcase_27 AC 135 ms
54,152 KB
testcase_28 AC 131 ms
54,072 KB
testcase_29 AC 131 ms
54,276 KB
testcase_30 AC 193 ms
55,476 KB
testcase_31 AC 128 ms
53,816 KB
testcase_32 AC 202 ms
55,264 KB
testcase_33 AC 131 ms
54,276 KB
testcase_34 AC 180 ms
55,112 KB
testcase_35 AC 197 ms
55,288 KB
testcase_36 AC 131 ms
54,108 KB
testcase_37 AC 132 ms
54,392 KB
testcase_38 AC 170 ms
55,164 KB
testcase_39 AC 172 ms
55,220 KB
testcase_40 AC 132 ms
54,384 KB
testcase_41 AC 177 ms
55,044 KB
testcase_42 AC 175 ms
54,892 KB
testcase_43 AC 173 ms
54,992 KB
testcase_44 AC 177 ms
55,148 KB
testcase_45 AC 171 ms
55,300 KB
testcase_46 AC 176 ms
55,296 KB
testcase_47 AC 136 ms
54,080 KB
testcase_48 AC 135 ms
54,448 KB
testcase_49 AC 132 ms
54,000 KB
testcase_50 AC 176 ms
55,124 KB
testcase_51 AC 186 ms
55,076 KB
testcase_52 AC 178 ms
55,284 KB
testcase_53 AC 132 ms
54,264 KB
testcase_54 AC 132 ms
54,080 KB
testcase_55 AC 136 ms
54,332 KB
testcase_56 AC 135 ms
53,944 KB
testcase_57 AC 178 ms
55,236 KB
testcase_58 AC 205 ms
55,292 KB
testcase_59 AC 177 ms
54,956 KB
testcase_60 AC 176 ms
55,040 KB
testcase_61 AC 133 ms
54,076 KB
testcase_62 AC 178 ms
55,248 KB
testcase_63 AC 186 ms
55,152 KB
testcase_64 AC 180 ms
55,144 KB
testcase_65 AC 134 ms
54,120 KB
testcase_66 AC 132 ms
54,280 KB
testcase_67 AC 317 ms
62,552 KB
testcase_68 AC 181 ms
55,064 KB
testcase_69 AC 132 ms
54,400 KB
testcase_70 AC 134 ms
54,040 KB
testcase_71 AC 194 ms
55,520 KB
testcase_72 AC 182 ms
55,032 KB
testcase_73 AC 180 ms
55,304 KB
testcase_74 AC 166 ms
54,784 KB
testcase_75 AC 132 ms
54,284 KB
testcase_76 AC 135 ms
54,060 KB
testcase_77 AC 134 ms
54,076 KB
testcase_78 AC 179 ms
55,276 KB
testcase_79 AC 175 ms
54,928 KB
testcase_80 AC 130 ms
54,112 KB
testcase_81 AC 130 ms
53,992 KB
testcase_82 AC 135 ms
54,084 KB
testcase_83 AC 179 ms
55,252 KB
testcase_84 AC 132 ms
54,156 KB
testcase_85 AC 181 ms
55,024 KB
testcase_86 AC 129 ms
53,852 KB
testcase_87 AC 178 ms
55,204 KB
testcase_88 AC 131 ms
54,240 KB
testcase_89 AC 182 ms
55,556 KB
testcase_90 AC 181 ms
55,172 KB
testcase_91 AC 180 ms
55,156 KB
testcase_92 AC 131 ms
54,372 KB
testcase_93 AC 179 ms
55,152 KB
testcase_94 AC 196 ms
55,292 KB
testcase_95 AC 128 ms
54,092 KB
testcase_96 AC 172 ms
55,212 KB
testcase_97 MLE -
testcase_98 MLE -
testcase_99 MLE -
testcase_100 MLE -
testcase_101 MLE -
testcase_102 MLE -
testcase_103 MLE -
testcase_104 MLE -
testcase_105 MLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Scanner;
import java.util.Set;

public class Main {
    static Scanner in = new Scanner(System.in);
    static Set<Integer> list = new HashSet<>();
    static int max;

    public static void main(String[] args) {
        max = (int) (in.nextLong() / ((long) 1e9 + 1));
        for (int i = 1; i < 10; i++) {
            f(1, i);
        }
        int ans = 0;
        List<Integer> sortList = new ArrayList<>(list);
        Collections.sort(sortList);
        for (int i : sortList) {
            if (max >= i) {
                //System.out.println(i);
                ans++;
            }
        }
        System.out.println(ans);
    }

    public static void f(int s, int n) {
        if (s > String.valueOf(max).length()) {
            return;
        }
        if (s == 1) {
            list.add(n);
            f(s + 1, n);
        } else if (s % 2 == 0) {
            String l = String.valueOf(n);
            String r = (new StringBuilder(String.valueOf(n))).reverse().toString();
            list.add(Integer.parseInt(l + r));
            f(s + 1, n);
        } else if (s % 2 == 1) {
            String l = String.valueOf(n);
            String r = (new StringBuilder(String.valueOf(n))).reverse().toString();
            for (int i = 0; i < 10; i++) {
                list.add(Integer.parseInt(l + i + r));
                f(s + 1, n * 10 + i);
            }

        }
    }
}
0