結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:33:05
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 968 ms / 2,000 ms
コード長 30 bytes
コンパイル時間 540 ms
コンパイル使用メモリ 119,940 KB
実行使用メモリ 177,604 KB
最終ジャッジ日時 2023-09-27 05:15:19
合計ジャッジ時間 22,469 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 356 ms
131,332 KB
testcase_01 AC 357 ms
131,552 KB
testcase_02 AC 361 ms
131,432 KB
testcase_03 AC 370 ms
132,624 KB
testcase_04 AC 373 ms
131,740 KB
testcase_05 AC 380 ms
132,636 KB
testcase_06 AC 375 ms
132,432 KB
testcase_07 AC 396 ms
132,104 KB
testcase_08 AC 372 ms
131,624 KB
testcase_09 AC 968 ms
177,604 KB
testcase_10 AC 758 ms
133,792 KB
testcase_11 AC 369 ms
131,952 KB
testcase_12 AC 372 ms
132,284 KB
testcase_13 AC 371 ms
131,980 KB
testcase_14 AC 923 ms
175,556 KB
testcase_15 AC 936 ms
175,988 KB
testcase_16 AC 919 ms
175,812 KB
testcase_17 AC 934 ms
175,336 KB
testcase_18 AC 942 ms
175,660 KB
testcase_19 AC 940 ms
175,528 KB
testcase_20 AC 941 ms
175,692 KB
testcase_21 AC 933 ms
175,556 KB
testcase_22 AC 938 ms
175,784 KB
testcase_23 AC 937 ms
176,048 KB
testcase_24 AC 932 ms
175,992 KB
testcase_25 AC 939 ms
175,736 KB
testcase_26 AC 912 ms
173,288 KB
testcase_27 AC 925 ms
175,448 KB
testcase_28 AC 928 ms
175,688 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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