結果

問題 No.63 ポッキーゲーム
ユーザー kotatsugamekotatsugame
提出日時 2017-09-15 03:31:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 319 ms / 5,000 ms
コード長 49 bytes
コンパイル時間 351 ms
コンパイル使用メモリ 135,600 KB
実行使用メモリ 147,336 KB
最終ジャッジ日時 2024-05-03 13:50:23
合計ジャッジ時間 8,191 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 313 ms
146,952 KB
testcase_01 AC 307 ms
147,336 KB
testcase_02 AC 311 ms
146,832 KB
testcase_03 AC 302 ms
146,820 KB
testcase_04 AC 311 ms
146,952 KB
testcase_05 AC 319 ms
146,956 KB
testcase_06 AC 316 ms
146,960 KB
testcase_07 AC 311 ms
146,956 KB
testcase_08 AC 307 ms
147,204 KB
testcase_09 AC 308 ms
147,204 KB
testcase_10 AC 306 ms
147,076 KB
testcase_11 AC 306 ms
147,076 KB
testcase_12 AC 306 ms
146,960 KB
testcase_13 AC 304 ms
147,080 KB
testcase_14 AC 307 ms
146,956 KB
testcase_15 AC 308 ms
147,076 KB
testcase_16 AC 307 ms
146,956 KB
testcase_17 AC 314 ms
147,200 KB
testcase_18 AC 308 ms
146,824 KB
testcase_19 AC 306 ms
146,696 KB
testcase_20 AC 308 ms
146,952 KB
testcase_21 AC 309 ms
147,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my ($a,$b)=split(' ',get);say floor(--$a/2/$b)*$b
0