結果

問題 No.557 点対称
ユーザー %20%20
提出日時 2017-09-22 20:08:19
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 342 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 379 ms
コンパイル使用メモリ 120,340 KB
実行使用メモリ 131,640 KB
最終ジャッジ日時 2023-08-16 04:41:22
合計ジャッジ時間 11,018 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 342 ms
128,868 KB
testcase_01 AC 303 ms
131,640 KB
testcase_02 AC 313 ms
130,476 KB
testcase_03 AC 308 ms
128,772 KB
testcase_04 AC 305 ms
128,940 KB
testcase_05 AC 308 ms
128,888 KB
testcase_06 AC 303 ms
128,824 KB
testcase_07 AC 302 ms
129,204 KB
testcase_08 AC 315 ms
129,276 KB
testcase_09 AC 299 ms
128,908 KB
testcase_10 AC 300 ms
128,948 KB
testcase_11 AC 309 ms
128,952 KB
testcase_12 AC 307 ms
129,196 KB
testcase_13 AC 313 ms
128,828 KB
testcase_14 AC 318 ms
128,868 KB
testcase_15 AC 308 ms
130,208 KB
testcase_16 AC 299 ms
129,204 KB
testcase_17 AC 305 ms
128,924 KB
testcase_18 AC 297 ms
129,008 KB
testcase_19 AC 300 ms
128,908 KB
testcase_20 AC 297 ms
130,168 KB
testcase_21 AC 300 ms
128,924 KB
testcase_22 AC 302 ms
128,720 KB
testcase_23 AC 307 ms
128,720 KB
testcase_24 AC 307 ms
129,004 KB
testcase_25 AC 301 ms
129,132 KB
testcase_26 AC 302 ms
129,132 KB
testcase_27 AC 308 ms
128,976 KB
testcase_28 AC 311 ms
129,156 KB
testcase_29 AC 296 ms
128,728 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say 2>($_=get)??2!!expmod(5,$_/2-1,1e9+7)*4*3**($_%2)%(1e9+7)
0