結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:34:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 842 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 549 ms
コンパイル使用メモリ 124,756 KB
実行使用メモリ 182,944 KB
最終ジャッジ日時 2024-07-19 23:20:54
合計ジャッジ時間 20,020 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 343 ms
136,080 KB
testcase_01 AC 340 ms
135,692 KB
testcase_02 AC 332 ms
135,844 KB
testcase_03 AC 350 ms
136,240 KB
testcase_04 AC 362 ms
136,096 KB
testcase_05 AC 375 ms
138,696 KB
testcase_06 AC 357 ms
136,020 KB
testcase_07 AC 376 ms
138,072 KB
testcase_08 AC 339 ms
135,844 KB
testcase_09 AC 813 ms
182,944 KB
testcase_10 AC 681 ms
140,592 KB
testcase_11 AC 357 ms
135,948 KB
testcase_12 AC 340 ms
136,016 KB
testcase_13 AC 347 ms
135,924 KB
testcase_14 AC 800 ms
181,284 KB
testcase_15 AC 773 ms
181,540 KB
testcase_16 AC 780 ms
181,536 KB
testcase_17 AC 807 ms
182,052 KB
testcase_18 AC 807 ms
181,792 KB
testcase_19 AC 820 ms
181,796 KB
testcase_20 AC 799 ms
182,052 KB
testcase_21 AC 833 ms
181,920 KB
testcase_22 AC 842 ms
182,148 KB
testcase_23 AC 804 ms
182,192 KB
testcase_24 AC 816 ms
181,916 KB
testcase_25 AC 781 ms
181,796 KB
testcase_26 AC 796 ms
180,100 KB
testcase_27 AC 836 ms
181,664 KB
testcase_28 AC 790 ms
181,664 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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