結果

問題 No.810 割った余りの個数
ユーザー kotatsugamekotatsugame
提出日時 2019-04-16 13:06:53
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 390 ms / 2,000 ms
コード長 32 bytes
コンパイル時間 2,378 ms
コンパイル使用メモリ 123,596 KB
実行使用メモリ 139,568 KB
最終ジャッジ日時 2023-10-22 07:00:55
合計ジャッジ時間 15,053 ms
ジャッジサーバーID
(参考情報)
judge9 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 382 ms
138,868 KB
testcase_01 AC 373 ms
139,060 KB
testcase_02 AC 373 ms
138,996 KB
testcase_03 AC 373 ms
139,520 KB
testcase_04 AC 375 ms
139,532 KB
testcase_05 AC 380 ms
139,548 KB
testcase_06 AC 373 ms
138,932 KB
testcase_07 AC 377 ms
139,488 KB
testcase_08 AC 373 ms
139,548 KB
testcase_09 AC 378 ms
139,488 KB
testcase_10 AC 375 ms
139,564 KB
testcase_11 AC 376 ms
139,568 KB
testcase_12 AC 381 ms
139,520 KB
testcase_13 AC 381 ms
139,520 KB
testcase_14 AC 383 ms
139,008 KB
testcase_15 AC 381 ms
139,488 KB
testcase_16 AC 379 ms
139,492 KB
testcase_17 AC 378 ms
139,516 KB
testcase_18 AC 374 ms
139,516 KB
testcase_19 AC 373 ms
139,548 KB
testcase_20 AC 373 ms
139,548 KB
testcase_21 AC 373 ms
139,548 KB
testcase_22 AC 378 ms
138,772 KB
testcase_23 AC 372 ms
139,516 KB
testcase_24 AC 376 ms
139,488 KB
testcase_25 AC 379 ms
138,840 KB
testcase_26 AC 373 ms
139,548 KB
testcase_27 AC 374 ms
139,524 KB
testcase_28 AC 370 ms
139,548 KB
testcase_29 AC 390 ms
139,556 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say $2+1-max 1,$2-$1+$0
0