結果

問題 No.1406 Test
ユーザー yuruhiyayuruhiya
提出日時 2021-02-26 22:09:04
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 351 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 1,472 ms
コンパイル使用メモリ 116,076 KB
実行使用メモリ 129,408 KB
最終ジャッジ日時 2023-07-25 21:37:09
合計ジャッジ時間 11,209 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 344 ms
129,040 KB
testcase_01 AC 351 ms
129,040 KB
testcase_02 AC 344 ms
129,092 KB
testcase_03 AC 341 ms
129,092 KB
testcase_04 AC 345 ms
129,224 KB
testcase_05 AC 344 ms
129,232 KB
testcase_06 AC 341 ms
129,260 KB
testcase_07 AC 340 ms
128,944 KB
testcase_08 AC 342 ms
128,952 KB
testcase_09 AC 341 ms
129,408 KB
testcase_10 AC 341 ms
129,156 KB
testcase_11 AC 338 ms
129,024 KB
testcase_12 AC 344 ms
129,132 KB
testcase_13 AC 340 ms
129,148 KB
testcase_14 AC 341 ms
129,200 KB
testcase_15 AC 336 ms
129,228 KB
testcase_16 AC 345 ms
129,232 KB
testcase_17 AC 342 ms
129,228 KB
testcase_18 AC 348 ms
129,020 KB
testcase_19 AC 341 ms
129,132 KB
testcase_20 AC 340 ms
129,016 KB
testcase_21 AC 344 ms
129,184 KB
testcase_22 AC 343 ms
129,168 KB
testcase_23 AC 338 ms
129,216 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;say (100+(words.sum%$_||$_))div+$_
0