結果

問題 No.344 ある無理数の累乗
ユーザー %20%20
提出日時 2017-07-05 02:49:14
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 385 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 474 ms
コンパイル使用メモリ 120,352 KB
実行使用メモリ 134,568 KB
最終ジャッジ日時 2023-08-16 04:03:55
合計ジャッジ時間 12,868 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
133,748 KB
testcase_01 AC 341 ms
133,924 KB
testcase_02 AC 351 ms
134,004 KB
testcase_03 AC 343 ms
134,000 KB
testcase_04 AC 371 ms
134,272 KB
testcase_05 AC 362 ms
134,408 KB
testcase_06 AC 360 ms
134,492 KB
testcase_07 AC 371 ms
134,300 KB
testcase_08 AC 362 ms
134,408 KB
testcase_09 AC 368 ms
134,548 KB
testcase_10 AC 380 ms
134,388 KB
testcase_11 AC 366 ms
134,248 KB
testcase_12 AC 381 ms
134,356 KB
testcase_13 AC 375 ms
134,196 KB
testcase_14 AC 359 ms
134,568 KB
testcase_15 AC 365 ms
134,400 KB
testcase_16 AC 359 ms
134,112 KB
testcase_17 AC 367 ms
134,432 KB
testcase_18 AC 363 ms
134,360 KB
testcase_19 AC 361 ms
134,268 KB
testcase_20 AC 373 ms
134,280 KB
testcase_21 AC 385 ms
134,304 KB
testcase_22 AC 370 ms
134,264 KB
testcase_23 AC 367 ms
134,276 KB
testcase_24 AC 362 ms
134,376 KB
testcase_25 AC 375 ms
134,492 KB
testcase_26 AC 352 ms
134,408 KB
testcase_27 AC 367 ms
134,212 KB
testcase_28 AC 367 ms
134,300 KB
testcase_29 AC 367 ms
134,396 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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