結果

問題 No.1595 The Final Digit
ユーザー tailstails
提出日時 2021-07-11 01:46:13
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 415 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 125,188 KB
実行使用メモリ 137,228 KB
最終ジャッジ日時 2024-07-02 02:56:48
合計ジャッジ時間 9,884 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 400 ms
135,692 KB
testcase_01 AC 402 ms
136,668 KB
testcase_02 AC 402 ms
136,588 KB
testcase_03 AC 404 ms
135,948 KB
testcase_04 AC 410 ms
136,848 KB
testcase_05 AC 403 ms
136,540 KB
testcase_06 AC 402 ms
136,536 KB
testcase_07 AC 404 ms
136,676 KB
testcase_08 AC 395 ms
136,688 KB
testcase_09 AC 399 ms
135,820 KB
testcase_10 AC 400 ms
136,480 KB
testcase_11 AC 407 ms
135,952 KB
testcase_12 AC 412 ms
135,824 KB
testcase_13 AC 409 ms
135,952 KB
testcase_14 AC 410 ms
135,696 KB
testcase_15 AC 403 ms
135,948 KB
testcase_16 AC 415 ms
137,228 KB
testcase_17 AC 408 ms
136,464 KB
testcase_18 AC 406 ms
135,820 KB
testcase_19 AC 405 ms
136,664 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($/=words,$0,$1,$2,*+*+*...*)[$3%124]%10
0