結果

問題 No.1595 The Final Digit
ユーザー %20%20
提出日時 2021-07-10 00:38:49
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 411 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 519 ms
コンパイル使用メモリ 122,164 KB
実行使用メモリ 134,096 KB
最終ジャッジ日時 2023-09-14 11:59:05
合計ジャッジ時間 9,746 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 400 ms
133,624 KB
testcase_01 AC 390 ms
133,740 KB
testcase_02 AC 395 ms
133,876 KB
testcase_03 AC 392 ms
133,804 KB
testcase_04 AC 390 ms
133,900 KB
testcase_05 AC 390 ms
133,688 KB
testcase_06 AC 383 ms
133,744 KB
testcase_07 AC 390 ms
133,616 KB
testcase_08 AC 389 ms
133,720 KB
testcase_09 AC 391 ms
133,704 KB
testcase_10 AC 399 ms
133,772 KB
testcase_11 AC 400 ms
133,636 KB
testcase_12 AC 411 ms
133,936 KB
testcase_13 AC 403 ms
133,924 KB
testcase_14 AC 403 ms
134,036 KB
testcase_15 AC 407 ms
133,892 KB
testcase_16 AC 403 ms
134,096 KB
testcase_17 AC 391 ms
133,776 KB
testcase_18 AC 394 ms
133,616 KB
testcase_19 AC 392 ms
133,628 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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