結果

問題 No.1595 The Final Digit
ユーザー tailstails
提出日時 2021-07-11 01:43:49
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 376 ms / 2,000 ms
コード長 47 bytes
コンパイル時間 2,042 ms
コンパイル使用メモリ 124,180 KB
実行使用メモリ 132,152 KB
最終ジャッジ日時 2023-09-14 20:02:09
合計ジャッジ時間 10,392 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 350 ms
131,744 KB
testcase_01 AC 346 ms
131,972 KB
testcase_02 AC 353 ms
131,744 KB
testcase_03 AC 351 ms
131,892 KB
testcase_04 AC 355 ms
131,976 KB
testcase_05 AC 355 ms
131,852 KB
testcase_06 AC 348 ms
131,748 KB
testcase_07 AC 348 ms
131,748 KB
testcase_08 AC 354 ms
131,892 KB
testcase_09 AC 350 ms
131,572 KB
testcase_10 AC 351 ms
131,956 KB
testcase_11 AC 353 ms
131,568 KB
testcase_12 AC 360 ms
131,956 KB
testcase_13 AC 354 ms
131,636 KB
testcase_14 AC 370 ms
131,912 KB
testcase_15 AC 362 ms
132,116 KB
testcase_16 AC 365 ms
132,152 KB
testcase_17 AC 376 ms
131,752 KB
testcase_18 AC 356 ms
131,968 KB
testcase_19 AC 350 ms
131,720 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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