結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 21:29:18
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,363 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 2,338 ms
コンパイル使用メモリ 122,020 KB
実行使用メモリ 181,508 KB
最終ジャッジ日時 2023-09-27 02:55:37
合計ジャッジ時間 31,577 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 346 ms
131,784 KB
testcase_01 AC 350 ms
131,672 KB
testcase_02 AC 350 ms
131,900 KB
testcase_03 AC 389 ms
132,984 KB
testcase_04 AC 393 ms
132,160 KB
testcase_05 AC 394 ms
132,988 KB
testcase_06 AC 393 ms
132,680 KB
testcase_07 AC 392 ms
132,980 KB
testcase_08 AC 352 ms
131,904 KB
testcase_09 AC 1,363 ms
181,464 KB
testcase_10 AC 1,189 ms
156,928 KB
testcase_11 AC 384 ms
132,340 KB
testcase_12 AC 380 ms
132,328 KB
testcase_13 AC 380 ms
132,212 KB
testcase_14 AC 1,322 ms
175,248 KB
testcase_15 AC 1,343 ms
181,508 KB
testcase_16 AC 1,343 ms
177,256 KB
testcase_17 AC 1,357 ms
175,208 KB
testcase_18 AC 1,340 ms
175,116 KB
testcase_19 AC 1,350 ms
179,336 KB
testcase_20 AC 1,351 ms
175,056 KB
testcase_21 AC 1,356 ms
175,244 KB
testcase_22 AC 1,339 ms
175,520 KB
testcase_23 AC 1,339 ms
175,360 KB
testcase_24 AC 1,342 ms
175,316 KB
testcase_25 AC 1,323 ms
179,300 KB
testcase_26 AC 1,289 ms
169,076 KB
testcase_27 AC 1,339 ms
177,364 KB
testcase_28 AC 1,357 ms
174,980 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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