結果

問題 No.1389 Clumsy Calculation
ユーザー yuruhiyayuruhiya
提出日時 2021-02-12 21:40:01
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,327 ms / 2,000 ms
コード長 34 bytes
コンパイル時間 2,225 ms
コンパイル使用メモリ 119,880 KB
実行使用メモリ 183,688 KB
最終ジャッジ日時 2023-09-27 03:21:28
合計ジャッジ時間 30,570 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 379 ms
133,944 KB
testcase_01 AC 371 ms
133,976 KB
testcase_02 AC 372 ms
133,824 KB
testcase_03 AC 407 ms
134,860 KB
testcase_04 AC 410 ms
134,348 KB
testcase_05 AC 409 ms
134,964 KB
testcase_06 AC 411 ms
134,952 KB
testcase_07 AC 409 ms
135,132 KB
testcase_08 AC 370 ms
133,728 KB
testcase_09 AC 1,327 ms
183,688 KB
testcase_10 AC 1,161 ms
158,688 KB
testcase_11 AC 407 ms
134,196 KB
testcase_12 AC 405 ms
134,328 KB
testcase_13 AC 406 ms
134,352 KB
testcase_14 AC 1,326 ms
177,428 KB
testcase_15 AC 1,317 ms
179,112 KB
testcase_16 AC 1,305 ms
181,488 KB
testcase_17 AC 1,307 ms
177,544 KB
testcase_18 AC 1,301 ms
181,328 KB
testcase_19 AC 1,310 ms
179,248 KB
testcase_20 AC 1,305 ms
177,392 KB
testcase_21 AC 1,310 ms
181,520 KB
testcase_22 AC 1,300 ms
177,380 KB
testcase_23 AC 1,298 ms
183,404 KB
testcase_24 AC 1,316 ms
178,392 KB
testcase_25 AC 1,278 ms
177,384 KB
testcase_26 AC 1,209 ms
168,532 KB
testcase_27 AC 1,216 ms
173,344 KB
testcase_28 AC 1,285 ms
179,164 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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