結果

問題 No.810 割った余りの個数
ユーザー %20%20
提出日時 2019-04-20 18:21:56
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 26 bytes
コンパイル時間 614 ms
コンパイル使用メモリ 133,772 KB
実行使用メモリ 144,328 KB
最終ジャッジ日時 2024-10-01 20:03:31
合計ジャッジ時間 12,796 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 367 ms
144,060 KB
testcase_01 AC 351 ms
144,060 KB
testcase_02 AC 355 ms
144,064 KB
testcase_03 AC 350 ms
144,196 KB
testcase_04 AC 354 ms
143,932 KB
testcase_05 AC 362 ms
144,200 KB
testcase_06 WA -
testcase_07 AC 354 ms
144,060 KB
testcase_08 AC 355 ms
144,192 KB
testcase_09 AC 365 ms
143,944 KB
testcase_10 WA -
testcase_11 AC 357 ms
144,200 KB
testcase_12 WA -
testcase_13 AC 350 ms
143,940 KB
testcase_14 AC 351 ms
144,064 KB
testcase_15 AC 353 ms
144,188 KB
testcase_16 AC 363 ms
144,200 KB
testcase_17 AC 354 ms
144,064 KB
testcase_18 AC 343 ms
143,936 KB
testcase_19 AC 347 ms
144,064 KB
testcase_20 WA -
testcase_21 AC 357 ms
144,316 KB
testcase_22 AC 350 ms
144,192 KB
testcase_23 AC 354 ms
144,188 KB
testcase_24 AC 347 ms
143,936 KB
testcase_25 AC 350 ms
143,936 KB
testcase_26 AC 338 ms
144,068 KB
testcase_27 AC 351 ms
144,328 KB
testcase_28 AC 359 ms
144,188 KB
testcase_29 AC 359 ms
144,072 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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