結果

問題 No.810 割った余りの個数
ユーザー %20%20
提出日時 2019-04-20 18:20:04
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 30 bytes
コンパイル時間 2,636 ms
コンパイル使用メモリ 133,940 KB
実行使用メモリ 146,220 KB
最終ジャッジ日時 2024-10-01 20:01:07
合計ジャッジ時間 13,662 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 321 ms
144,324 KB
testcase_01 AC 325 ms
144,072 KB
testcase_02 AC 324 ms
144,072 KB
testcase_03 AC 324 ms
144,324 KB
testcase_04 AC 332 ms
144,072 KB
testcase_05 AC 335 ms
144,196 KB
testcase_06 WA -
testcase_07 AC 325 ms
144,196 KB
testcase_08 AC 321 ms
144,080 KB
testcase_09 AC 323 ms
144,324 KB
testcase_10 WA -
testcase_11 AC 320 ms
144,328 KB
testcase_12 WA -
testcase_13 AC 334 ms
144,196 KB
testcase_14 AC 322 ms
144,200 KB
testcase_15 AC 320 ms
144,196 KB
testcase_16 AC 322 ms
144,200 KB
testcase_17 AC 324 ms
144,068 KB
testcase_18 AC 325 ms
144,200 KB
testcase_19 AC 325 ms
144,196 KB
testcase_20 WA -
testcase_21 AC 330 ms
144,328 KB
testcase_22 AC 325 ms
144,072 KB
testcase_23 AC 333 ms
144,196 KB
testcase_24 AC 336 ms
144,080 KB
testcase_25 AC 341 ms
143,940 KB
testcase_26 AC 329 ms
144,072 KB
testcase_27 AC 330 ms
143,944 KB
testcase_28 AC 324 ms
144,068 KB
testcase_29 AC 328 ms
144,196 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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