結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:33:44
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 960 ms / 2,000 ms
コード長 29 bytes
コンパイル時間 432 ms
コンパイル使用メモリ 124,368 KB
実行使用メモリ 183,392 KB
最終ジャッジ日時 2024-07-19 23:17:41
合計ジャッジ時間 24,278 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 382 ms
135,824 KB
testcase_01 AC 388 ms
135,832 KB
testcase_02 AC 365 ms
135,824 KB
testcase_03 AC 398 ms
136,316 KB
testcase_04 AC 391 ms
136,208 KB
testcase_05 AC 382 ms
138,272 KB
testcase_06 AC 387 ms
136,348 KB
testcase_07 AC 387 ms
138,656 KB
testcase_08 AC 354 ms
135,692 KB
testcase_09 AC 900 ms
183,392 KB
testcase_10 AC 763 ms
140,660 KB
testcase_11 AC 373 ms
135,844 KB
testcase_12 AC 387 ms
135,824 KB
testcase_13 AC 361 ms
136,080 KB
testcase_14 AC 917 ms
181,348 KB
testcase_15 AC 937 ms
181,476 KB
testcase_16 AC 932 ms
181,472 KB
testcase_17 AC 929 ms
182,116 KB
testcase_18 AC 941 ms
181,732 KB
testcase_19 AC 944 ms
181,604 KB
testcase_20 AC 956 ms
182,112 KB
testcase_21 AC 941 ms
181,860 KB
testcase_22 AC 947 ms
182,112 KB
testcase_23 AC 929 ms
181,728 KB
testcase_24 AC 948 ms
181,984 KB
testcase_25 AC 934 ms
182,228 KB
testcase_26 AC 914 ms
180,320 KB
testcase_27 AC 939 ms
181,476 KB
testcase_28 AC 960 ms
182,244 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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