結果

問題 No.604 誕生日のお小遣い
ユーザー tailstails
提出日時 2017-12-04 00:45:13
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 392 ms / 1,000 ms
コード長 57 bytes
コンパイル時間 3,047 ms
コンパイル使用メモリ 128,360 KB
実行使用メモリ 135,316 KB
最終ジャッジ日時 2024-11-21 19:15:26
合計ジャッジ時間 13,327 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 379 ms
134,992 KB
testcase_01 AC 383 ms
134,176 KB
testcase_02 AC 389 ms
134,672 KB
testcase_03 AC 387 ms
134,164 KB
testcase_04 AC 378 ms
134,560 KB
testcase_05 AC 374 ms
134,496 KB
testcase_06 AC 374 ms
134,304 KB
testcase_07 AC 379 ms
134,304 KB
testcase_08 AC 384 ms
134,548 KB
testcase_09 AC 385 ms
135,316 KB
testcase_10 AC 376 ms
134,292 KB
testcase_11 AC 377 ms
134,288 KB
testcase_12 AC 377 ms
134,288 KB
testcase_13 AC 371 ms
134,136 KB
testcase_14 AC 379 ms
134,404 KB
testcase_15 AC 383 ms
134,264 KB
testcase_16 AC 384 ms
134,152 KB
testcase_17 AC 378 ms
134,408 KB
testcase_18 AC 380 ms
134,408 KB
testcase_19 AC 384 ms
135,316 KB
testcase_20 AC 387 ms
134,524 KB
testcase_21 AC 392 ms
134,932 KB
testcase_22 AC 389 ms
134,932 KB
testcase_23 AC 392 ms
134,140 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say {+$^c div($_=$^a-1+$^b)*$a+min $c%$_,+$a}(|get.words)
0