結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 21:29:18
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,269 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 2,545 ms
コンパイル使用メモリ 125,980 KB
実行使用メモリ 183,756 KB
最終ジャッジ日時 2024-07-19 20:21:29
合計ジャッジ時間 28,971 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 346 ms
136,224 KB
testcase_01 AC 360 ms
136,740 KB
testcase_02 AC 350 ms
136,228 KB
testcase_03 AC 386 ms
138,820 KB
testcase_04 AC 375 ms
138,044 KB
testcase_05 AC 380 ms
139,028 KB
testcase_06 AC 377 ms
139,024 KB
testcase_07 AC 380 ms
138,980 KB
testcase_08 AC 350 ms
136,224 KB
testcase_09 AC 1,154 ms
180,020 KB
testcase_10 AC 1,017 ms
162,688 KB
testcase_11 AC 423 ms
138,304 KB
testcase_12 AC 379 ms
138,176 KB
testcase_13 AC 387 ms
137,988 KB
testcase_14 AC 1,162 ms
182,968 KB
testcase_15 AC 1,219 ms
177,940 KB
testcase_16 AC 1,174 ms
177,976 KB
testcase_17 AC 1,206 ms
177,528 KB
testcase_18 AC 1,207 ms
177,408 KB
testcase_19 AC 1,219 ms
183,756 KB
testcase_20 AC 1,221 ms
183,568 KB
testcase_21 AC 1,243 ms
183,700 KB
testcase_22 AC 1,197 ms
177,676 KB
testcase_23 AC 1,236 ms
177,548 KB
testcase_24 AC 1,232 ms
183,464 KB
testcase_25 AC 1,224 ms
177,480 KB
testcase_26 AC 1,138 ms
174,360 KB
testcase_27 AC 1,269 ms
181,456 KB
testcase_28 AC 1,252 ms
177,560 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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