結果

問題 No.1595 The Final Digit
ユーザー tailstails
提出日時 2021-07-11 01:45:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 377 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 1,095 ms
コンパイル使用メモリ 113,340 KB
実行使用メモリ 126,924 KB
最終ジャッジ日時 2023-09-14 20:02:20
合計ジャッジ時間 10,315 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 370 ms
126,660 KB
testcase_01 AC 372 ms
126,428 KB
testcase_02 AC 368 ms
126,412 KB
testcase_03 AC 366 ms
126,496 KB
testcase_04 AC 377 ms
126,924 KB
testcase_05 AC 370 ms
126,576 KB
testcase_06 AC 368 ms
126,436 KB
testcase_07 AC 367 ms
126,728 KB
testcase_08 AC 376 ms
126,636 KB
testcase_09 AC 367 ms
126,736 KB
testcase_10 AC 369 ms
126,708 KB
testcase_11 AC 366 ms
126,272 KB
testcase_12 AC 373 ms
126,752 KB
testcase_13 AC 373 ms
126,712 KB
testcase_14 AC 375 ms
126,824 KB
testcase_15 AC 375 ms
126,572 KB
testcase_16 AC 376 ms
126,904 KB
testcase_17 AC 367 ms
126,436 KB
testcase_18 AC 368 ms
126,300 KB
testcase_19 AC 365 ms
126,456 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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