結果

問題 No.557 点対称
ユーザー tailstails
提出日時 2017-08-11 23:38:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 328 ms / 2,000 ms
コード長 62 bytes
コンパイル時間 442 ms
コンパイル使用メモリ 126,084 KB
実行使用メモリ 136,984 KB
最終ジャッジ日時 2024-05-03 13:42:31
合計ジャッジ時間 10,966 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 324 ms
136,728 KB
testcase_01 AC 314 ms
136,468 KB
testcase_02 AC 309 ms
136,600 KB
testcase_03 AC 313 ms
136,852 KB
testcase_04 AC 327 ms
136,468 KB
testcase_05 AC 307 ms
136,720 KB
testcase_06 AC 316 ms
136,724 KB
testcase_07 AC 313 ms
136,472 KB
testcase_08 AC 311 ms
135,524 KB
testcase_09 AC 307 ms
135,784 KB
testcase_10 AC 310 ms
136,876 KB
testcase_11 AC 307 ms
136,340 KB
testcase_12 AC 317 ms
136,868 KB
testcase_13 AC 318 ms
136,852 KB
testcase_14 AC 323 ms
136,472 KB
testcase_15 AC 314 ms
136,872 KB
testcase_16 AC 321 ms
136,464 KB
testcase_17 AC 311 ms
136,852 KB
testcase_18 AC 311 ms
136,728 KB
testcase_19 AC 310 ms
136,852 KB
testcase_20 AC 313 ms
136,984 KB
testcase_21 AC 318 ms
136,724 KB
testcase_22 AC 312 ms
136,464 KB
testcase_23 AC 308 ms
135,828 KB
testcase_24 AC 311 ms
136,464 KB
testcase_25 AC 312 ms
136,856 KB
testcase_26 AC 309 ms
136,596 KB
testcase_27 AC 313 ms
136,468 KB
testcase_28 AC 312 ms
135,824 KB
testcase_29 AC 328 ms
136,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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