結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 22:15:37
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,343 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 857 ms
コンパイル使用メモリ 120,064 KB
実行使用メモリ 181,192 KB
最終ジャッジ日時 2023-09-27 04:37:08
合計ジャッジ時間 29,854 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 344 ms
131,872 KB
testcase_01 AC 342 ms
131,672 KB
testcase_02 AC 346 ms
131,908 KB
testcase_03 AC 387 ms
132,704 KB
testcase_04 AC 383 ms
132,516 KB
testcase_05 AC 389 ms
133,148 KB
testcase_06 AC 385 ms
132,592 KB
testcase_07 AC 382 ms
132,992 KB
testcase_08 AC 350 ms
131,824 KB
testcase_09 AC 1,343 ms
177,496 KB
testcase_10 AC 1,177 ms
156,956 KB
testcase_11 AC 379 ms
132,216 KB
testcase_12 AC 379 ms
132,208 KB
testcase_13 AC 377 ms
132,376 KB
testcase_14 AC 1,321 ms
175,244 KB
testcase_15 AC 1,328 ms
177,408 KB
testcase_16 AC 1,317 ms
179,308 KB
testcase_17 AC 1,339 ms
179,140 KB
testcase_18 AC 1,329 ms
179,148 KB
testcase_19 AC 1,320 ms
175,380 KB
testcase_20 AC 1,330 ms
179,604 KB
testcase_21 AC 1,315 ms
179,396 KB
testcase_22 AC 1,306 ms
175,320 KB
testcase_23 AC 1,321 ms
179,352 KB
testcase_24 AC 1,313 ms
179,476 KB
testcase_25 AC 1,305 ms
179,416 KB
testcase_26 AC 1,259 ms
169,136 KB
testcase_27 AC 1,296 ms
181,192 KB
testcase_28 AC 1,282 ms
175,324 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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