結果

問題 No.1595 The Final Digit
ユーザー %20%20
提出日時 2021-07-10 00:38:49
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 410 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 531 ms
コンパイル使用メモリ 126,032 KB
実行使用メモリ 137,856 KB
最終ジャッジ日時 2024-07-01 19:25:27
合計ジャッジ時間 10,669 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 398 ms
136,832 KB
testcase_01 AC 400 ms
136,704 KB
testcase_02 AC 395 ms
136,704 KB
testcase_03 AC 397 ms
136,960 KB
testcase_04 AC 402 ms
137,348 KB
testcase_05 AC 402 ms
136,960 KB
testcase_06 AC 395 ms
136,596 KB
testcase_07 AC 397 ms
136,724 KB
testcase_08 AC 396 ms
136,576 KB
testcase_09 AC 397 ms
137,056 KB
testcase_10 AC 399 ms
136,964 KB
testcase_11 AC 397 ms
136,708 KB
testcase_12 AC 410 ms
137,856 KB
testcase_13 AC 402 ms
136,704 KB
testcase_14 AC 404 ms
137,088 KB
testcase_15 AC 407 ms
137,216 KB
testcase_16 AC 406 ms
137,472 KB
testcase_17 AC 401 ms
136,580 KB
testcase_18 AC 400 ms
136,812 KB
testcase_19 AC 408 ms
136,956 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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