結果

問題 No.810 割った余りの個数
ユーザー %20%20
提出日時 2019-04-20 18:22:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 345 ms / 2,000 ms
コード長 27 bytes
コンパイル時間 453 ms
コンパイル使用メモリ 132,204 KB
実行使用メモリ 144,460 KB
最終ジャッジ日時 2024-04-09 19:51:40
合計ジャッジ時間 11,972 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 339 ms
144,088 KB
testcase_01 AC 336 ms
144,060 KB
testcase_02 AC 336 ms
144,188 KB
testcase_03 AC 336 ms
143,952 KB
testcase_04 AC 345 ms
144,188 KB
testcase_05 AC 336 ms
144,072 KB
testcase_06 AC 338 ms
144,192 KB
testcase_07 AC 341 ms
144,064 KB
testcase_08 AC 341 ms
144,448 KB
testcase_09 AC 338 ms
144,064 KB
testcase_10 AC 343 ms
143,948 KB
testcase_11 AC 342 ms
144,216 KB
testcase_12 AC 340 ms
144,072 KB
testcase_13 AC 339 ms
144,192 KB
testcase_14 AC 340 ms
144,184 KB
testcase_15 AC 338 ms
144,076 KB
testcase_16 AC 337 ms
144,460 KB
testcase_17 AC 342 ms
144,188 KB
testcase_18 AC 343 ms
144,188 KB
testcase_19 AC 345 ms
144,200 KB
testcase_20 AC 340 ms
144,188 KB
testcase_21 AC 341 ms
144,188 KB
testcase_22 AC 344 ms
144,192 KB
testcase_23 AC 342 ms
144,208 KB
testcase_24 AC 341 ms
144,188 KB
testcase_25 AC 341 ms
144,320 KB
testcase_26 AC 342 ms
144,204 KB
testcase_27 AC 337 ms
143,936 KB
testcase_28 AC 339 ms
144,064 KB
testcase_29 AC 340 ms
144,064 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say +$2 min$1-$0+1
0