結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 22:09:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 879 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 454 ms
コンパイル使用メモリ 129,236 KB
実行使用メモリ 145,372 KB
最終ジャッジ日時 2024-07-19 22:05:23
合計ジャッジ時間 21,719 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 385 ms
136,204 KB
testcase_01 AC 380 ms
136,332 KB
testcase_02 AC 384 ms
136,308 KB
testcase_03 AC 398 ms
137,488 KB
testcase_04 AC 408 ms
138,764 KB
testcase_05 AC 410 ms
139,296 KB
testcase_06 AC 415 ms
137,612 KB
testcase_07 AC 397 ms
139,532 KB
testcase_08 AC 380 ms
136,076 KB
testcase_09 AC 879 ms
145,372 KB
testcase_10 AC 752 ms
141,072 KB
testcase_11 AC 394 ms
136,716 KB
testcase_12 AC 390 ms
136,592 KB
testcase_13 AC 387 ms
136,588 KB
testcase_14 AC 847 ms
143,632 KB
testcase_15 AC 842 ms
143,888 KB
testcase_16 AC 832 ms
143,760 KB
testcase_17 AC 835 ms
144,656 KB
testcase_18 AC 852 ms
144,416 KB
testcase_19 AC 853 ms
144,100 KB
testcase_20 AC 861 ms
143,844 KB
testcase_21 AC 847 ms
144,524 KB
testcase_22 AC 839 ms
144,400 KB
testcase_23 AC 842 ms
144,652 KB
testcase_24 AC 864 ms
144,104 KB
testcase_25 AC 830 ms
144,656 KB
testcase_26 AC 834 ms
142,736 KB
testcase_27 AC 860 ms
143,504 KB
testcase_28 AC 852 ms
144,652 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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