結果

問題 No.810 割った余りの個数
ユーザー kotatsugamekotatsugame
提出日時 2019-04-16 13:11:02
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 31 bytes
コンパイル時間 2,320 ms
コンパイル使用メモリ 135,076 KB
実行使用メモリ 144,576 KB
最終ジャッジ日時 2024-09-22 08:14:00
合計ジャッジ時間 11,640 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 338 ms
144,192 KB
testcase_01 AC 336 ms
144,320 KB
testcase_02 WA -
testcase_03 AC 334 ms
144,188 KB
testcase_04 AC 337 ms
144,064 KB
testcase_05 AC 330 ms
144,188 KB
testcase_06 AC 338 ms
143,808 KB
testcase_07 WA -
testcase_08 AC 338 ms
144,192 KB
testcase_09 AC 340 ms
144,188 KB
testcase_10 WA -
testcase_11 AC 339 ms
144,192 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 335 ms
144,060 KB
testcase_15 AC 328 ms
144,308 KB
testcase_16 AC 329 ms
144,056 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 334 ms
144,192 KB
testcase_20 AC 334 ms
144,448 KB
testcase_21 AC 334 ms
144,180 KB
testcase_22 AC 334 ms
144,192 KB
testcase_23 AC 336 ms
144,064 KB
testcase_24 AC 333 ms
144,192 KB
testcase_25 AC 335 ms
144,184 KB
testcase_26 AC 336 ms
144,060 KB
testcase_27 WA -
testcase_28 AC 344 ms
144,184 KB
testcase_29 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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