結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:34:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 808 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 1,266 ms
コンパイル使用メモリ 119,828 KB
実行使用メモリ 180,232 KB
最終ジャッジ日時 2023-09-27 05:19:12
合計ジャッジ時間 20,385 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 312 ms
133,732 KB
testcase_01 AC 314 ms
133,640 KB
testcase_02 AC 305 ms
133,848 KB
testcase_03 AC 315 ms
134,424 KB
testcase_04 AC 329 ms
133,904 KB
testcase_05 AC 330 ms
134,436 KB
testcase_06 AC 322 ms
134,268 KB
testcase_07 AC 325 ms
134,640 KB
testcase_08 AC 309 ms
133,720 KB
testcase_09 AC 781 ms
180,232 KB
testcase_10 AC 623 ms
136,036 KB
testcase_11 AC 319 ms
133,916 KB
testcase_12 AC 315 ms
133,968 KB
testcase_13 AC 322 ms
133,852 KB
testcase_14 AC 751 ms
178,052 KB
testcase_15 AC 749 ms
178,036 KB
testcase_16 AC 761 ms
176,208 KB
testcase_17 AC 783 ms
175,128 KB
testcase_18 AC 764 ms
178,144 KB
testcase_19 AC 752 ms
175,964 KB
testcase_20 AC 765 ms
178,032 KB
testcase_21 AC 780 ms
177,820 KB
testcase_22 AC 794 ms
175,900 KB
testcase_23 AC 808 ms
178,056 KB
testcase_24 AC 779 ms
178,140 KB
testcase_25 AC 762 ms
177,876 KB
testcase_26 AC 775 ms
175,980 KB
testcase_27 AC 781 ms
175,888 KB
testcase_28 AC 787 ms
176,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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