結果

問題 No.428 小数から逃げる夢
ユーザー htensaihtensai
提出日時 2019-11-19 20:37:54
言語 Java21
(openjdk 21)
結果
AC  
実行時間 121 ms / 1,000 ms
コード長 2,197 bytes
コンパイル時間 2,376 ms
コンパイル使用メモリ 75,344 KB
実行使用メモリ 54,336 KB
最終ジャッジ日時 2024-10-04 07:00:04
合計ジャッジ時間 15,179 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 112 ms
53,996 KB
testcase_01 AC 112 ms
53,964 KB
testcase_02 AC 110 ms
53,992 KB
testcase_03 AC 108 ms
53,188 KB
testcase_04 AC 105 ms
53,092 KB
testcase_05 AC 104 ms
53,228 KB
testcase_06 AC 110 ms
53,996 KB
testcase_07 AC 109 ms
52,924 KB
testcase_08 AC 120 ms
54,124 KB
testcase_09 AC 98 ms
52,400 KB
testcase_10 AC 110 ms
53,788 KB
testcase_11 AC 112 ms
53,964 KB
testcase_12 AC 108 ms
53,952 KB
testcase_13 AC 107 ms
53,812 KB
testcase_14 AC 111 ms
53,860 KB
testcase_15 AC 111 ms
54,240 KB
testcase_16 AC 105 ms
53,208 KB
testcase_17 AC 116 ms
53,668 KB
testcase_18 AC 111 ms
53,832 KB
testcase_19 AC 112 ms
53,860 KB
testcase_20 AC 113 ms
54,336 KB
testcase_21 AC 103 ms
53,264 KB
testcase_22 AC 109 ms
54,044 KB
testcase_23 AC 113 ms
53,824 KB
testcase_24 AC 97 ms
52,712 KB
testcase_25 AC 97 ms
52,704 KB
testcase_26 AC 106 ms
53,172 KB
testcase_27 AC 110 ms
53,860 KB
testcase_28 AC 114 ms
54,148 KB
testcase_29 AC 111 ms
53,712 KB
testcase_30 AC 115 ms
54,220 KB
testcase_31 AC 97 ms
52,664 KB
testcase_32 AC 104 ms
53,028 KB
testcase_33 AC 109 ms
54,228 KB
testcase_34 AC 106 ms
53,868 KB
testcase_35 AC 103 ms
53,564 KB
testcase_36 AC 103 ms
53,204 KB
testcase_37 AC 100 ms
52,536 KB
testcase_38 AC 115 ms
53,908 KB
testcase_39 AC 114 ms
54,268 KB
testcase_40 AC 115 ms
53,824 KB
testcase_41 AC 100 ms
52,664 KB
testcase_42 AC 113 ms
53,976 KB
testcase_43 AC 99 ms
52,764 KB
testcase_44 AC 106 ms
53,100 KB
testcase_45 AC 111 ms
53,684 KB
testcase_46 AC 96 ms
52,548 KB
testcase_47 AC 109 ms
53,780 KB
testcase_48 AC 111 ms
53,828 KB
testcase_49 AC 114 ms
53,964 KB
testcase_50 AC 110 ms
54,004 KB
testcase_51 AC 110 ms
53,712 KB
testcase_52 AC 121 ms
53,324 KB
testcase_53 AC 110 ms
53,964 KB
testcase_54 AC 117 ms
53,072 KB
testcase_55 AC 121 ms
53,884 KB
testcase_56 AC 114 ms
53,968 KB
testcase_57 AC 117 ms
53,788 KB
testcase_58 AC 109 ms
53,796 KB
testcase_59 AC 112 ms
54,188 KB
testcase_60 AC 113 ms
53,932 KB
testcase_61 AC 113 ms
53,708 KB
testcase_62 AC 118 ms
54,080 KB
testcase_63 AC 108 ms
53,616 KB
testcase_64 AC 111 ms
54,208 KB
testcase_65 AC 107 ms
53,016 KB
testcase_66 AC 112 ms
54,112 KB
testcase_67 AC 103 ms
53,120 KB
testcase_68 AC 108 ms
53,880 KB
testcase_69 AC 108 ms
54,076 KB
testcase_70 AC 111 ms
53,484 KB
testcase_71 AC 111 ms
53,772 KB
testcase_72 AC 112 ms
54,092 KB
testcase_73 AC 105 ms
53,088 KB
testcase_74 AC 104 ms
53,124 KB
testcase_75 AC 110 ms
53,656 KB
testcase_76 AC 110 ms
53,972 KB
testcase_77 AC 115 ms
54,324 KB
testcase_78 AC 114 ms
53,932 KB
testcase_79 AC 107 ms
53,040 KB
testcase_80 AC 107 ms
53,144 KB
testcase_81 AC 106 ms
53,320 KB
testcase_82 AC 110 ms
54,016 KB
testcase_83 AC 112 ms
53,944 KB
testcase_84 AC 109 ms
53,824 KB
testcase_85 AC 107 ms
52,924 KB
testcase_86 AC 100 ms
52,516 KB
testcase_87 AC 96 ms
52,556 KB
testcase_88 AC 111 ms
53,780 KB
testcase_89 AC 105 ms
52,980 KB
testcase_90 AC 104 ms
53,252 KB
testcase_91 AC 103 ms
53,116 KB
testcase_92 AC 115 ms
53,992 KB
testcase_93 AC 104 ms
53,576 KB
testcase_94 AC 114 ms
53,752 KB
testcase_95 AC 116 ms
54,068 KB
testcase_96 AC 111 ms
53,756 KB
testcase_97 AC 113 ms
53,888 KB
testcase_98 AC 110 ms
54,036 KB
testcase_99 AC 112 ms
54,228 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
	public static void main (String[] args) {
		Scanner sc = new Scanner(System.in);
		int[] inputs = new int[] {0,
                                    12345,
                                    67891,
                                    1112,
                                    13141,
                                    51617,
                                    18192,
                                    2122,
                                    23242,
                                    52627,
                                    28293,
                                    3132,
                                    33343,
                                    53637,
                                    38394,
                                    4142,
                                    43444,
                                    54647,
                                    48495,
                                    5152,
                                    53545,
                                    55657,
                                    58596,
                                    6162,
                                    63646,
                                    56667,
                                    68697,
                                    7172,
                                    73747,
                                    57677,
                                    78798,
                                    8182,
                                    83848,
                                    58687,
                                    88899,
                                    9192,
                                    93949,
                                    59697,
                                    98991};
		int n = sc.nextInt();
		int length = inputs.length;
		int prev = 0;
		for (int i = length - 1; i >= 0; i--) {
		    inputs[i] = inputs[i] * n + prev;
		    prev = inputs[i] / 100000;
		    inputs[i] %= 100000;
		}
		StringBuilder sb = new StringBuilder();
		sb.append(inputs[0]).append(".");
		for (int i = 1; i < length; i++) {
		    sb.append(String.format("%05d", inputs[i]));
		}
		System.out.println(sb);
	}
}
0