結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 22:15:37
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,386 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 701 ms
コンパイル使用メモリ 129,220 KB
実行使用メモリ 183,808 KB
最終ジャッジ日時 2024-07-19 22:28:58
合計ジャッジ時間 30,362 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 381 ms
136,736 KB
testcase_01 AC 354 ms
136,608 KB
testcase_02 AC 359 ms
136,736 KB
testcase_03 AC 397 ms
138,864 KB
testcase_04 AC 393 ms
138,220 KB
testcase_05 AC 395 ms
139,160 KB
testcase_06 AC 399 ms
138,892 KB
testcase_07 AC 397 ms
139,152 KB
testcase_08 AC 360 ms
136,736 KB
testcase_09 AC 1,386 ms
179,604 KB
testcase_10 AC 1,120 ms
162,664 KB
testcase_11 AC 393 ms
138,432 KB
testcase_12 AC 393 ms
138,236 KB
testcase_13 AC 387 ms
138,540 KB
testcase_14 AC 1,213 ms
181,876 KB
testcase_15 AC 1,222 ms
178,356 KB
testcase_16 AC 1,219 ms
177,508 KB
testcase_17 AC 1,270 ms
177,936 KB
testcase_18 AC 1,275 ms
182,976 KB
testcase_19 AC 1,253 ms
180,984 KB
testcase_20 AC 1,260 ms
183,584 KB
testcase_21 AC 1,295 ms
183,716 KB
testcase_22 AC 1,291 ms
183,708 KB
testcase_23 AC 1,290 ms
183,808 KB
testcase_24 AC 1,296 ms
183,724 KB
testcase_25 AC 1,299 ms
183,708 KB
testcase_26 AC 1,228 ms
174,196 KB
testcase_27 AC 1,226 ms
179,232 KB
testcase_28 AC 1,284 ms
183,584 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($/=words)[2..*].sum-$1*+^-$0
0