結果

問題 No.810 割った余りの個数
ユーザー %20%20
提出日時 2019-04-20 18:20:04
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 30 bytes
コンパイル時間 2,172 ms
コンパイル使用メモリ 136,352 KB
実行使用メモリ 144,456 KB
最終ジャッジ日時 2024-04-09 19:47:28
合計ジャッジ時間 11,819 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 285 ms
143,812 KB
testcase_01 AC 284 ms
144,196 KB
testcase_02 AC 285 ms
144,068 KB
testcase_03 AC 282 ms
144,192 KB
testcase_04 AC 287 ms
144,068 KB
testcase_05 AC 281 ms
144,196 KB
testcase_06 WA -
testcase_07 AC 289 ms
144,192 KB
testcase_08 AC 289 ms
144,320 KB
testcase_09 AC 286 ms
144,196 KB
testcase_10 WA -
testcase_11 AC 284 ms
144,196 KB
testcase_12 WA -
testcase_13 AC 289 ms
143,944 KB
testcase_14 AC 290 ms
143,944 KB
testcase_15 AC 289 ms
143,940 KB
testcase_16 AC 289 ms
144,192 KB
testcase_17 AC 293 ms
144,196 KB
testcase_18 AC 294 ms
144,456 KB
testcase_19 AC 285 ms
144,068 KB
testcase_20 WA -
testcase_21 AC 284 ms
144,064 KB
testcase_22 AC 286 ms
144,064 KB
testcase_23 AC 284 ms
143,944 KB
testcase_24 AC 285 ms
144,072 KB
testcase_25 AC 283 ms
144,064 KB
testcase_26 AC 283 ms
144,324 KB
testcase_27 AC 289 ms
143,944 KB
testcase_28 AC 290 ms
144,200 KB
testcase_29 AC 282 ms
144,320 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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