結果

問題 No.557 点対称
ユーザー tailstails
提出日時 2017-09-23 00:08:18
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 410 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 856 ms
コンパイル使用メモリ 115,524 KB
実行使用メモリ 134,256 KB
最終ジャッジ日時 2023-08-16 04:41:55
合計ジャッジ時間 14,179 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 384 ms
131,772 KB
testcase_01 AC 394 ms
131,144 KB
testcase_02 AC 410 ms
134,080 KB
testcase_03 AC 380 ms
134,032 KB
testcase_04 AC 384 ms
133,828 KB
testcase_05 AC 382 ms
133,852 KB
testcase_06 AC 380 ms
134,152 KB
testcase_07 AC 389 ms
134,044 KB
testcase_08 AC 382 ms
133,928 KB
testcase_09 AC 384 ms
134,176 KB
testcase_10 AC 381 ms
133,724 KB
testcase_11 AC 388 ms
133,736 KB
testcase_12 AC 386 ms
134,172 KB
testcase_13 AC 378 ms
133,716 KB
testcase_14 AC 390 ms
133,860 KB
testcase_15 AC 387 ms
134,256 KB
testcase_16 AC 382 ms
133,788 KB
testcase_17 AC 386 ms
134,096 KB
testcase_18 AC 381 ms
134,160 KB
testcase_19 AC 388 ms
133,832 KB
testcase_20 AC 393 ms
133,852 KB
testcase_21 AC 383 ms
133,832 KB
testcase_22 AC 379 ms
133,860 KB
testcase_23 AC 387 ms
134,092 KB
testcase_24 AC 377 ms
134,076 KB
testcase_25 AC 376 ms
133,728 KB
testcase_26 AC 379 ms
134,148 KB
testcase_27 AC 379 ms
134,080 KB
testcase_28 AC 382 ms
133,848 KB
testcase_29 AC 380 ms
134,092 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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