結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 22:09:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 739 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 978 ms
コンパイル使用メモリ 114,348 KB
実行使用メモリ 131,864 KB
最終ジャッジ日時 2023-09-27 04:22:34
合計ジャッジ時間 18,065 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 304 ms
124,784 KB
testcase_01 AC 303 ms
124,680 KB
testcase_02 AC 302 ms
124,612 KB
testcase_03 AC 313 ms
125,368 KB
testcase_04 AC 313 ms
125,088 KB
testcase_05 AC 322 ms
125,756 KB
testcase_06 AC 315 ms
125,696 KB
testcase_07 AC 326 ms
125,972 KB
testcase_08 AC 303 ms
124,564 KB
testcase_09 AC 739 ms
131,864 KB
testcase_10 AC 627 ms
126,112 KB
testcase_11 AC 312 ms
125,048 KB
testcase_12 AC 311 ms
124,856 KB
testcase_13 AC 309 ms
124,932 KB
testcase_14 AC 707 ms
129,348 KB
testcase_15 AC 707 ms
129,304 KB
testcase_16 AC 699 ms
129,260 KB
testcase_17 AC 721 ms
130,232 KB
testcase_18 AC 732 ms
130,264 KB
testcase_19 AC 719 ms
129,956 KB
testcase_20 AC 716 ms
129,964 KB
testcase_21 AC 723 ms
130,216 KB
testcase_22 AC 735 ms
130,332 KB
testcase_23 AC 722 ms
130,148 KB
testcase_24 AC 733 ms
130,060 KB
testcase_25 AC 727 ms
130,220 KB
testcase_26 AC 721 ms
128,264 KB
testcase_27 AC 723 ms
129,216 KB
testcase_28 AC 729 ms
130,324 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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