結果

問題 No.1595 The Final Digit
ユーザー tailstails
提出日時 2021-07-11 01:46:13
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 400 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 863 ms
コンパイル使用メモリ 115,832 KB
実行使用メモリ 128,656 KB
最終ジャッジ日時 2023-09-14 20:02:31
合計ジャッジ時間 9,379 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 384 ms
128,440 KB
testcase_01 AC 385 ms
127,884 KB
testcase_02 AC 384 ms
128,232 KB
testcase_03 AC 387 ms
128,100 KB
testcase_04 AC 392 ms
128,452 KB
testcase_05 AC 378 ms
128,508 KB
testcase_06 AC 387 ms
128,256 KB
testcase_07 AC 384 ms
128,456 KB
testcase_08 AC 382 ms
128,340 KB
testcase_09 AC 379 ms
128,516 KB
testcase_10 AC 387 ms
128,308 KB
testcase_11 AC 389 ms
128,120 KB
testcase_12 AC 387 ms
128,308 KB
testcase_13 AC 383 ms
128,532 KB
testcase_14 AC 394 ms
128,524 KB
testcase_15 AC 395 ms
128,532 KB
testcase_16 AC 400 ms
128,656 KB
testcase_17 AC 385 ms
128,196 KB
testcase_18 AC 385 ms
128,584 KB
testcase_19 AC 386 ms
128,344 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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