結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:35:24
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 685 ms / 2,000 ms
コード長 26 bytes
コンパイル時間 643 ms
コンパイル使用メモリ 120,220 KB
実行使用メモリ 166,776 KB
最終ジャッジ日時 2023-09-27 05:19:56
合計ジャッジ時間 16,997 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 325 ms
133,764 KB
testcase_01 AC 318 ms
133,524 KB
testcase_02 AC 313 ms
133,348 KB
testcase_03 AC 333 ms
134,404 KB
testcase_04 AC 324 ms
134,164 KB
testcase_05 AC 330 ms
134,620 KB
testcase_06 AC 337 ms
134,576 KB
testcase_07 AC 322 ms
134,688 KB
testcase_08 AC 311 ms
133,748 KB
testcase_09 AC 679 ms
166,576 KB
testcase_10 AC 589 ms
158,724 KB
testcase_11 AC 326 ms
133,996 KB
testcase_12 AC 342 ms
133,896 KB
testcase_13 AC 335 ms
133,660 KB
testcase_14 AC 662 ms
164,764 KB
testcase_15 AC 655 ms
166,776 KB
testcase_16 AC 655 ms
166,752 KB
testcase_17 AC 670 ms
164,604 KB
testcase_18 AC 652 ms
164,528 KB
testcase_19 AC 667 ms
164,640 KB
testcase_20 AC 679 ms
164,760 KB
testcase_21 AC 685 ms
164,368 KB
testcase_22 AC 671 ms
164,528 KB
testcase_23 AC 650 ms
164,652 KB
testcase_24 AC 657 ms
164,676 KB
testcase_25 AC 665 ms
164,908 KB
testcase_26 AC 642 ms
164,600 KB
testcase_27 AC 638 ms
166,400 KB
testcase_28 AC 678 ms
166,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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