結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:35:24
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 796 ms / 2,000 ms
コード長 26 bytes
コンパイル時間 364 ms
コンパイル使用メモリ 124,448 KB
実行使用メモリ 170,364 KB
最終ジャッジ日時 2024-07-19 23:21:48
合計ジャッジ時間 19,882 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 387 ms
135,716 KB
testcase_01 AC 379 ms
135,844 KB
testcase_02 AC 381 ms
135,972 KB
testcase_03 AC 400 ms
136,096 KB
testcase_04 AC 402 ms
135,844 KB
testcase_05 AC 389 ms
136,000 KB
testcase_06 AC 402 ms
136,424 KB
testcase_07 AC 406 ms
136,172 KB
testcase_08 AC 393 ms
135,824 KB
testcase_09 AC 796 ms
169,812 KB
testcase_10 AC 679 ms
159,380 KB
testcase_11 AC 405 ms
135,820 KB
testcase_12 AC 401 ms
135,952 KB
testcase_13 AC 400 ms
135,696 KB
testcase_14 AC 772 ms
168,748 KB
testcase_15 AC 768 ms
170,364 KB
testcase_16 AC 761 ms
169,896 KB
testcase_17 AC 778 ms
168,668 KB
testcase_18 AC 771 ms
167,896 KB
testcase_19 AC 775 ms
168,280 KB
testcase_20 AC 768 ms
167,904 KB
testcase_21 AC 788 ms
168,020 KB
testcase_22 AC 781 ms
168,720 KB
testcase_23 AC 771 ms
168,528 KB
testcase_24 AC 773 ms
167,912 KB
testcase_25 AC 778 ms
167,920 KB
testcase_26 AC 755 ms
168,212 KB
testcase_27 AC 769 ms
168,148 KB
testcase_28 AC 787 ms
168,548 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum($/=|words)+$0*+^$1
0