結果

問題 No.557 点対称
ユーザー %20%20
提出日時 2017-09-22 20:08:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 413 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 441 ms
コンパイル使用メモリ 124,592 KB
実行使用メモリ 135,536 KB
最終ジャッジ日時 2024-11-24 14:28:21
合計ジャッジ時間 13,835 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 413 ms
135,356 KB
testcase_01 AC 402 ms
135,352 KB
testcase_02 AC 398 ms
135,224 KB
testcase_03 AC 397 ms
135,404 KB
testcase_04 AC 400 ms
135,228 KB
testcase_05 AC 402 ms
135,248 KB
testcase_06 AC 401 ms
135,100 KB
testcase_07 AC 394 ms
135,356 KB
testcase_08 AC 398 ms
135,232 KB
testcase_09 AC 397 ms
135,404 KB
testcase_10 AC 399 ms
135,356 KB
testcase_11 AC 398 ms
135,228 KB
testcase_12 AC 396 ms
135,512 KB
testcase_13 AC 403 ms
135,484 KB
testcase_14 AC 397 ms
135,100 KB
testcase_15 AC 399 ms
135,100 KB
testcase_16 AC 400 ms
135,488 KB
testcase_17 AC 400 ms
135,480 KB
testcase_18 AC 396 ms
135,536 KB
testcase_19 AC 395 ms
135,228 KB
testcase_20 AC 402 ms
135,232 KB
testcase_21 AC 395 ms
135,228 KB
testcase_22 AC 400 ms
135,488 KB
testcase_23 AC 399 ms
135,356 KB
testcase_24 AC 399 ms
135,100 KB
testcase_25 AC 400 ms
135,480 KB
testcase_26 AC 395 ms
135,228 KB
testcase_27 AC 396 ms
135,104 KB
testcase_28 AC 394 ms
135,480 KB
testcase_29 AC 396 ms
135,484 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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