結果

問題 No.810 割った余りの個数
ユーザー kotatsugamekotatsugame
提出日時 2019-04-16 13:06:53
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 344 ms / 2,000 ms
コード長 32 bytes
コンパイル時間 1,688 ms
コンパイル使用メモリ 135,256 KB
実行使用メモリ 144,328 KB
最終ジャッジ日時 2024-09-22 08:13:26
合計ジャッジ時間 13,006 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 340 ms
144,188 KB
testcase_01 AC 336 ms
144,060 KB
testcase_02 AC 337 ms
144,060 KB
testcase_03 AC 333 ms
144,056 KB
testcase_04 AC 337 ms
144,056 KB
testcase_05 AC 344 ms
144,056 KB
testcase_06 AC 335 ms
143,804 KB
testcase_07 AC 337 ms
144,184 KB
testcase_08 AC 335 ms
144,044 KB
testcase_09 AC 332 ms
144,068 KB
testcase_10 AC 336 ms
144,312 KB
testcase_11 AC 334 ms
143,932 KB
testcase_12 AC 332 ms
144,044 KB
testcase_13 AC 339 ms
144,188 KB
testcase_14 AC 340 ms
144,188 KB
testcase_15 AC 339 ms
144,060 KB
testcase_16 AC 339 ms
144,060 KB
testcase_17 AC 337 ms
144,056 KB
testcase_18 AC 335 ms
144,312 KB
testcase_19 AC 338 ms
144,060 KB
testcase_20 AC 333 ms
144,048 KB
testcase_21 AC 333 ms
144,060 KB
testcase_22 AC 340 ms
143,932 KB
testcase_23 AC 338 ms
144,304 KB
testcase_24 AC 341 ms
144,056 KB
testcase_25 AC 335 ms
144,184 KB
testcase_26 AC 335 ms
144,188 KB
testcase_27 AC 336 ms
144,060 KB
testcase_28 AC 330 ms
144,328 KB
testcase_29 AC 333 ms
144,048 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say $2+1-max 1,$2-$1+$0
0