結果

問題 No.810 割った余りの個数
ユーザー %20%20
提出日時 2019-04-20 18:20:04
言語 Raku
(rakudo v2023.09)
結果
WA  
実行時間 -
コード長 30 bytes
コンパイル時間 2,096 ms
コンパイル使用メモリ 119,924 KB
実行使用メモリ 131,976 KB
最終ジャッジ日時 2023-07-25 00:53:06
合計ジャッジ時間 14,947 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 371 ms
131,848 KB
testcase_01 AC 372 ms
131,708 KB
testcase_02 AC 363 ms
131,652 KB
testcase_03 AC 364 ms
131,824 KB
testcase_04 AC 368 ms
131,948 KB
testcase_05 AC 362 ms
131,652 KB
testcase_06 WA -
testcase_07 AC 367 ms
131,888 KB
testcase_08 AC 372 ms
131,648 KB
testcase_09 AC 367 ms
131,892 KB
testcase_10 WA -
testcase_11 AC 368 ms
131,624 KB
testcase_12 WA -
testcase_13 AC 372 ms
131,720 KB
testcase_14 AC 371 ms
130,984 KB
testcase_15 AC 372 ms
131,824 KB
testcase_16 AC 371 ms
131,836 KB
testcase_17 AC 381 ms
131,648 KB
testcase_18 AC 376 ms
131,976 KB
testcase_19 AC 368 ms
131,908 KB
testcase_20 WA -
testcase_21 AC 374 ms
131,836 KB
testcase_22 AC 365 ms
131,744 KB
testcase_23 AC 377 ms
131,828 KB
testcase_24 AC 373 ms
131,732 KB
testcase_25 AC 369 ms
131,188 KB
testcase_26 AC 369 ms
131,948 KB
testcase_27 AC 374 ms
131,736 KB
testcase_28 AC 374 ms
131,916 KB
testcase_29 AC 369 ms
131,616 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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