結果

問題 No.810 割った余りの個数
ユーザー %20%20
提出日時 2019-04-20 18:21:56
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 26 bytes
コンパイル時間 2,397 ms
コンパイル使用メモリ 132,792 KB
実行使用メモリ 144,444 KB
最終ジャッジ日時 2024-04-09 19:49:44
合計ジャッジ時間 9,988 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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