結果

問題 No.557 点対称
ユーザー %20%20
提出日時 2017-09-22 20:08:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 367 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 326 ms
コンパイル使用メモリ 134,776 KB
実行使用メモリ 143,560 KB
最終ジャッジ日時 2024-05-03 14:00:59
合計ジャッジ時間 12,076 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
143,560 KB
testcase_01 AC 342 ms
143,432 KB
testcase_02 AC 348 ms
143,300 KB
testcase_03 AC 344 ms
143,560 KB
testcase_04 AC 345 ms
143,300 KB
testcase_05 AC 346 ms
143,432 KB
testcase_06 AC 345 ms
143,556 KB
testcase_07 AC 353 ms
143,300 KB
testcase_08 AC 352 ms
143,560 KB
testcase_09 AC 352 ms
143,432 KB
testcase_10 AC 348 ms
143,560 KB
testcase_11 AC 348 ms
143,304 KB
testcase_12 AC 346 ms
143,560 KB
testcase_13 AC 344 ms
143,312 KB
testcase_14 AC 353 ms
143,428 KB
testcase_15 AC 345 ms
143,304 KB
testcase_16 AC 344 ms
143,428 KB
testcase_17 AC 351 ms
143,172 KB
testcase_18 AC 345 ms
143,560 KB
testcase_19 AC 343 ms
143,560 KB
testcase_20 AC 344 ms
143,304 KB
testcase_21 AC 345 ms
143,172 KB
testcase_22 AC 349 ms
143,556 KB
testcase_23 AC 348 ms
143,428 KB
testcase_24 AC 348 ms
143,304 KB
testcase_25 AC 350 ms
143,300 KB
testcase_26 AC 345 ms
143,432 KB
testcase_27 AC 367 ms
143,556 KB
testcase_28 AC 353 ms
143,432 KB
testcase_29 AC 342 ms
143,560 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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