結果

問題 No.810 割った余りの個数
ユーザー kotatsugamekotatsugame
提出日時 2019-04-16 13:11:02
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 31 bytes
コンパイル時間 632 ms
コンパイル使用メモリ 127,376 KB
実行使用メモリ 146,312 KB
最終ジャッジ日時 2023-10-22 07:01:40
合計ジャッジ時間 14,885 ms
ジャッジサーバーID
(参考情報)
judge13 / judge9
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 420 ms
139,164 KB
testcase_01 AC 419 ms
139,164 KB
testcase_02 WA -
testcase_03 AC 417 ms
139,168 KB
testcase_04 AC 423 ms
139,164 KB
testcase_05 AC 422 ms
139,168 KB
testcase_06 AC 420 ms
139,168 KB
testcase_07 WA -
testcase_08 AC 418 ms
139,168 KB
testcase_09 AC 419 ms
139,168 KB
testcase_10 WA -
testcase_11 AC 422 ms
139,164 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 418 ms
139,164 KB
testcase_15 AC 420 ms
139,164 KB
testcase_16 AC 425 ms
139,164 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 482 ms
141,052 KB
testcase_20 AC 406 ms
142,792 KB
testcase_21 AC 405 ms
143,044 KB
testcase_22 AC 407 ms
142,896 KB
testcase_23 AC 404 ms
141,060 KB
testcase_24 AC 404 ms
140,516 KB
testcase_25 AC 400 ms
146,312 KB
testcase_26 AC 402 ms
146,268 KB
testcase_27 WA -
testcase_28 AC 400 ms
143,080 KB
testcase_29 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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