結果

問題 No.1139 Slime Race
ユーザー kotatsugamekotatsugame
提出日時 2020-07-31 23:46:41
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 36 bytes
コンパイル時間 2,182 ms
コンパイル使用メモリ 127,304 KB
実行使用メモリ 181,212 KB
最終ジャッジ日時 2024-07-06 22:05:09
合計ジャッジ時間 21,292 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 395 ms
137,124 KB
testcase_06 AC 446 ms
140,084 KB
testcase_07 AC 396 ms
136,992 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 1,069 ms
172,072 KB
testcase_11 WA -
testcase_12 AC 1,109 ms
177,840 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 923 ms
168,552 KB
testcase_16 AC 1,107 ms
175,716 KB
testcase_17 WA -
testcase_18 AC 865 ms
156,316 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 1,104 ms
181,212 KB
testcase_24 AC 403 ms
136,848 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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