結果

問題 No.344 ある無理数の累乗
ユーザー %20%20
提出日時 2017-07-05 02:49:14
言語 Raku
(rakudo v2024.12)
結果
AC  
実行時間 361 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 275 ms
コンパイル使用メモリ 134,944 KB
実行使用メモリ 147,092 KB
最終ジャッジ日時 2024-11-24 13:46:08
合計ジャッジ時間 11,860 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 323 ms
143,920 KB
testcase_01 AC 322 ms
144,556 KB
testcase_02 AC 323 ms
144,448 KB
testcase_03 AC 325 ms
143,664 KB
testcase_04 AC 339 ms
144,368 KB
testcase_05 AC 339 ms
144,052 KB
testcase_06 AC 345 ms
143,856 KB
testcase_07 AC 346 ms
145,192 KB
testcase_08 AC 349 ms
144,112 KB
testcase_09 AC 352 ms
143,984 KB
testcase_10 AC 350 ms
144,108 KB
testcase_11 AC 350 ms
143,724 KB
testcase_12 AC 342 ms
144,368 KB
testcase_13 AC 346 ms
143,724 KB
testcase_14 AC 347 ms
144,108 KB
testcase_15 AC 345 ms
143,600 KB
testcase_16 AC 350 ms
143,980 KB
testcase_17 AC 358 ms
146,820 KB
testcase_18 AC 342 ms
144,364 KB
testcase_19 AC 351 ms
144,940 KB
testcase_20 AC 342 ms
144,368 KB
testcase_21 AC 341 ms
143,724 KB
testcase_22 AC 344 ms
144,052 KB
testcase_23 AC 360 ms
145,924 KB
testcase_24 AC 359 ms
146,788 KB
testcase_25 AC 353 ms
145,924 KB
testcase_26 AC 349 ms
145,196 KB
testcase_27 AC 352 ms
145,664 KB
testcase_28 AC 358 ms
146,692 KB
testcase_29 AC 361 ms
147,092 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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