結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 22:07:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 880 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 2,266 ms
コンパイル使用メモリ 129,332 KB
実行使用メモリ 145,380 KB
最終ジャッジ日時 2024-07-19 21:54:16
合計ジャッジ時間 22,394 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 368 ms
135,844 KB
testcase_01 AC 377 ms
136,204 KB
testcase_02 AC 375 ms
135,968 KB
testcase_03 AC 383 ms
137,504 KB
testcase_04 AC 395 ms
138,896 KB
testcase_05 AC 393 ms
139,532 KB
testcase_06 AC 386 ms
139,428 KB
testcase_07 AC 393 ms
139,576 KB
testcase_08 AC 369 ms
136,080 KB
testcase_09 AC 844 ms
145,380 KB
testcase_10 AC 705 ms
140,940 KB
testcase_11 AC 383 ms
136,740 KB
testcase_12 AC 379 ms
136,592 KB
testcase_13 AC 380 ms
135,180 KB
testcase_14 AC 814 ms
143,760 KB
testcase_15 AC 807 ms
143,908 KB
testcase_16 AC 812 ms
144,016 KB
testcase_17 AC 813 ms
144,656 KB
testcase_18 AC 801 ms
144,416 KB
testcase_19 AC 821 ms
144,396 KB
testcase_20 AC 808 ms
144,420 KB
testcase_21 AC 805 ms
144,416 KB
testcase_22 AC 814 ms
144,544 KB
testcase_23 AC 807 ms
144,396 KB
testcase_24 AC 880 ms
144,396 KB
testcase_25 AC 813 ms
144,544 KB
testcase_26 AC 789 ms
142,736 KB
testcase_27 AC 803 ms
143,760 KB
testcase_28 AC 795 ms
144,496 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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