結果

問題 No.344 ある無理数の累乗
ユーザー %20%20
提出日時 2017-07-05 02:49:14
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 462 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 126,128 KB
実行使用メモリ 138,180 KB
最終ジャッジ日時 2024-05-03 13:31:36
合計ジャッジ時間 15,113 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 416 ms
134,940 KB
testcase_01 AC 422 ms
135,448 KB
testcase_02 AC 411 ms
135,068 KB
testcase_03 AC 418 ms
135,196 KB
testcase_04 AC 447 ms
134,940 KB
testcase_05 AC 440 ms
134,812 KB
testcase_06 AC 445 ms
135,320 KB
testcase_07 AC 439 ms
135,068 KB
testcase_08 AC 449 ms
135,196 KB
testcase_09 AC 439 ms
134,920 KB
testcase_10 AC 442 ms
135,320 KB
testcase_11 AC 442 ms
134,812 KB
testcase_12 AC 438 ms
135,196 KB
testcase_13 AC 447 ms
134,940 KB
testcase_14 AC 440 ms
135,068 KB
testcase_15 AC 446 ms
134,932 KB
testcase_16 AC 446 ms
135,196 KB
testcase_17 AC 457 ms
137,692 KB
testcase_18 AC 444 ms
135,192 KB
testcase_19 AC 442 ms
134,940 KB
testcase_20 AC 437 ms
135,196 KB
testcase_21 AC 442 ms
135,196 KB
testcase_22 AC 438 ms
134,968 KB
testcase_23 AC 460 ms
137,308 KB
testcase_24 AC 459 ms
137,820 KB
testcase_25 AC 456 ms
137,920 KB
testcase_26 AC 438 ms
135,196 KB
testcase_27 AC 462 ms
137,440 KB
testcase_28 AC 457 ms
138,180 KB
testcase_29 AC 457 ms
137,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($_=get)%2-1+(2,2,(*+*)%500*2...*)[$_%600+($_>3)*600]
0