結果

問題 No.1595 The Final Digit
ユーザー %20%20
提出日時 2021-07-10 00:37:13
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 506 ms
コンパイル使用メモリ 119,920 KB
実行使用メモリ 133,992 KB
最終ジャッジ日時 2023-09-14 11:57:28
合計ジャッジ時間 9,885 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 395 ms
133,620 KB
testcase_03 WA -
testcase_04 AC 395 ms
133,908 KB
testcase_05 AC 399 ms
133,900 KB
testcase_06 AC 400 ms
133,868 KB
testcase_07 AC 399 ms
133,836 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 407 ms
133,888 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 401 ms
133,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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