結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 22:07:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 762 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 2,063 ms
コンパイル使用メモリ 120,316 KB
実行使用メモリ 137,436 KB
最終ジャッジ日時 2023-09-27 04:14:35
合計ジャッジ時間 20,114 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 306 ms
131,668 KB
testcase_01 AC 301 ms
131,716 KB
testcase_02 AC 299 ms
131,552 KB
testcase_03 AC 320 ms
132,648 KB
testcase_04 AC 309 ms
132,236 KB
testcase_05 AC 314 ms
132,352 KB
testcase_06 AC 315 ms
132,432 KB
testcase_07 AC 329 ms
132,764 KB
testcase_08 AC 303 ms
131,704 KB
testcase_09 AC 757 ms
137,436 KB
testcase_10 AC 615 ms
131,916 KB
testcase_11 AC 323 ms
132,220 KB
testcase_12 AC 313 ms
131,980 KB
testcase_13 AC 316 ms
131,976 KB
testcase_14 AC 715 ms
135,192 KB
testcase_15 AC 710 ms
135,216 KB
testcase_16 AC 709 ms
135,168 KB
testcase_17 AC 719 ms
135,216 KB
testcase_18 AC 718 ms
135,456 KB
testcase_19 AC 717 ms
135,132 KB
testcase_20 AC 721 ms
135,172 KB
testcase_21 AC 717 ms
135,136 KB
testcase_22 AC 741 ms
135,192 KB
testcase_23 AC 762 ms
135,132 KB
testcase_24 AC 757 ms
135,404 KB
testcase_25 AC 746 ms
134,956 KB
testcase_26 AC 697 ms
133,392 KB
testcase_27 AC 726 ms
135,336 KB
testcase_28 AC 752 ms
135,436 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=get.words;say -$1*+^-$0+words.sum
0