結果

問題 No.1595 The Final Digit
ユーザー %20%20
提出日時 2021-07-10 00:37:13
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 2,345 ms
コンパイル使用メモリ 126,312 KB
実行使用メモリ 137,048 KB
最終ジャッジ日時 2024-07-01 19:23:50
合計ジャッジ時間 10,088 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 406 ms
136,480 KB
testcase_03 WA -
testcase_04 AC 403 ms
136,784 KB
testcase_05 AC 407 ms
136,792 KB
testcase_06 AC 408 ms
136,668 KB
testcase_07 AC 401 ms
136,864 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
136,536 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 406 ms
136,608 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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