結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 337 ms
131,812 KB
testcase_01 AC 341 ms
131,972 KB
testcase_02 AC 341 ms
131,952 KB
testcase_03 AC 357 ms
132,836 KB
testcase_04 AC 361 ms
131,824 KB
testcase_05 AC 365 ms
132,356 KB
testcase_06 AC 347 ms
132,432 KB
testcase_07 AC 353 ms
132,912 KB
testcase_08 AC 331 ms
131,976 KB
testcase_09 AC 917 ms
177,976 KB
testcase_10 AC 716 ms
134,192 KB
testcase_11 AC 355 ms
132,008 KB
testcase_12 AC 355 ms
131,956 KB
testcase_13 AC 345 ms
132,256 KB
testcase_14 AC 887 ms
175,948 KB
testcase_15 AC 872 ms
175,996 KB
testcase_16 AC 886 ms
176,052 KB
testcase_17 AC 900 ms
175,956 KB
testcase_18 AC 889 ms
176,040 KB
testcase_19 AC 894 ms
176,296 KB
testcase_20 AC 884 ms
176,036 KB
testcase_21 AC 894 ms
175,956 KB
testcase_22 AC 895 ms
175,820 KB
testcase_23 AC 903 ms
176,464 KB
testcase_24 AC 890 ms
176,288 KB
testcase_25 AC 898 ms
176,112 KB
testcase_26 AC 874 ms
174,040 KB
testcase_27 AC 871 ms
175,996 KB
testcase_28 AC 895 ms
176,176 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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