結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:33:05
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 914 ms / 2,000 ms
コード長 30 bytes
コンパイル時間 361 ms
コンパイル使用メモリ 124,576 KB
実行使用メモリ 182,340 KB
最終ジャッジ日時 2024-07-19 23:15:05
合計ジャッジ時間 21,164 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 355 ms
136,024 KB
testcase_01 AC 369 ms
136,304 KB
testcase_02 AC 356 ms
136,080 KB
testcase_03 AC 379 ms
136,024 KB
testcase_04 AC 367 ms
136,028 KB
testcase_05 AC 381 ms
137,332 KB
testcase_06 AC 362 ms
136,156 KB
testcase_07 AC 373 ms
137,332 KB
testcase_08 AC 355 ms
136,152 KB
testcase_09 AC 851 ms
182,208 KB
testcase_10 AC 712 ms
140,364 KB
testcase_11 AC 367 ms
136,028 KB
testcase_12 AC 352 ms
136,208 KB
testcase_13 AC 357 ms
136,080 KB
testcase_14 AC 832 ms
180,796 KB
testcase_15 AC 807 ms
180,800 KB
testcase_16 AC 832 ms
180,668 KB
testcase_17 AC 858 ms
181,052 KB
testcase_18 AC 884 ms
180,476 KB
testcase_19 AC 914 ms
181,308 KB
testcase_20 AC 913 ms
181,312 KB
testcase_21 AC 803 ms
180,928 KB
testcase_22 AC 813 ms
180,796 KB
testcase_23 AC 821 ms
182,340 KB
testcase_24 AC 808 ms
181,004 KB
testcase_25 AC 810 ms
181,312 KB
testcase_26 AC 792 ms
179,520 KB
testcase_27 AC 802 ms
180,416 KB
testcase_28 AC 798 ms
180,608 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($/=+<<words).sum+ +^$1*$0
0