結果

問題 No.747 循環小数N桁目 Hard
ユーザー simansiman
提出日時 2022-07-15 08:57:49
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 92 bytes
コンパイル時間 43 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 12,928 KB
最終ジャッジ日時 2024-06-27 03:33:28
合計ジャッジ時間 15,184 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
12,416 KB
testcase_01 WA -
testcase_02 AC 90 ms
12,288 KB
testcase_03 AC 92 ms
12,544 KB
testcase_04 AC 93 ms
12,416 KB
testcase_05 WA -
testcase_06 AC 92 ms
12,416 KB
testcase_07 AC 91 ms
12,416 KB
testcase_08 AC 90 ms
12,544 KB
testcase_09 WA -
testcase_10 AC 90 ms
12,672 KB
testcase_11 AC 95 ms
12,672 KB
testcase_12 AC 92 ms
12,288 KB
testcase_13 AC 91 ms
12,288 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 91 ms
12,288 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 90 ms
12,416 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 91 ms
12,288 KB
testcase_24 AC 92 ms
12,416 KB
testcase_25 WA -
testcase_26 AC 90 ms
12,544 KB
testcase_27 AC 90 ms
12,288 KB
testcase_28 AC 91 ms
12,544 KB
testcase_29 AC 91 ms
12,544 KB
testcase_30 AC 89 ms
12,544 KB
testcase_31 AC 90 ms
12,416 KB
testcase_32 WA -
testcase_33 AC 101 ms
12,672 KB
testcase_34 AC 92 ms
12,544 KB
testcase_35 AC 94 ms
12,416 KB
testcase_36 AC 98 ms
12,544 KB
testcase_37 WA -
testcase_38 WA -
testcase_39 WA -
testcase_40 AC 99 ms
12,800 KB
testcase_41 AC 101 ms
12,544 KB
testcase_42 AC 100 ms
12,544 KB
testcase_43 WA -
testcase_44 AC 99 ms
12,288 KB
testcase_45 AC 98 ms
12,544 KB
testcase_46 WA -
testcase_47 AC 99 ms
12,544 KB
testcase_48 AC 102 ms
12,672 KB
testcase_49 AC 96 ms
12,672 KB
testcase_50 AC 97 ms
12,800 KB
testcase_51 WA -
testcase_52 WA -
testcase_53 WA -
testcase_54 AC 110 ms
12,672 KB
testcase_55 WA -
testcase_56 WA -
testcase_57 WA -
testcase_58 AC 114 ms
12,928 KB
testcase_59 AC 97 ms
12,544 KB
testcase_60 AC 110 ms
12,800 KB
testcase_61 AC 101 ms
12,416 KB
testcase_62 AC 101 ms
12,672 KB
testcase_63 AC 98 ms
12,416 KB
testcase_64 WA -
testcase_65 WA -
testcase_66 WA -
testcase_67 WA -
testcase_68 WA -
testcase_69 AC 103 ms
12,544 KB
testcase_70 AC 99 ms
12,288 KB
testcase_71 AC 93 ms
12,416 KB
testcase_72 WA -
testcase_73 WA -
testcase_74 AC 98 ms
12,416 KB
testcase_75 WA -
testcase_76 WA -
testcase_77 AC 93 ms
12,544 KB
testcase_78 WA -
testcase_79 AC 103 ms
12,672 KB
testcase_80 AC 102 ms
12,672 KB
testcase_81 AC 97 ms
12,672 KB
testcase_82 WA -
testcase_83 AC 98 ms
12,416 KB
testcase_84 WA -
testcase_85 WA -
testcase_86 WA -
testcase_87 WA -
testcase_88 AC 100 ms
12,544 KB
testcase_89 AC 95 ms
12,416 KB
testcase_90 WA -
testcase_91 AC 100 ms
12,544 KB
testcase_92 AC 99 ms
12,416 KB
testcase_93 AC 102 ms
12,544 KB
testcase_94 AC 109 ms
12,800 KB
testcase_95 AC 108 ms
12,928 KB
testcase_96 AC 102 ms
12,800 KB
testcase_97 AC 110 ms
12,800 KB
testcase_98 AC 114 ms
12,672 KB
testcase_99 WA -
testcase_100 AC 103 ms
12,416 KB
testcase_101 WA -
testcase_102 AC 98 ms
12,672 KB
testcase_103 AC 100 ms
12,672 KB
testcase_104 AC 101 ms
12,672 KB
testcase_105 WA -
testcase_106 AC 100 ms
12,800 KB
testcase_107 AC 100 ms
12,416 KB
testcase_108 AC 100 ms
12,544 KB
testcase_109 WA -
testcase_110 AC 102 ms
12,800 KB
testcase_111 AC 103 ms
12,800 KB
testcase_112 AC 101 ms
12,416 KB
testcase_113 WA -
testcase_114 WA -
testcase_115 WA -
testcase_116 WA -
testcase_117 AC 100 ms
12,544 KB
testcase_118 AC 103 ms
12,416 KB
testcase_119 AC 104 ms
12,672 KB
testcase_120 WA -
testcase_121 AC 104 ms
12,544 KB
testcase_122 AC 104 ms
12,800 KB
testcase_123 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N = gets.to_i
K = gets.to_i

d = (N % 6).pow(K % 2, 6)


pp [2, 8, 5, 7, 1, 4][(d - 1) % 6]
0