結果

問題 No.1139 Slime Race
ユーザー kotatsugamekotatsugame
提出日時 2020-07-31 23:46:41
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 36 bytes
コンパイル時間 1,449 ms
コンパイル使用メモリ 119,912 KB
実行使用メモリ 171,704 KB
最終ジャッジ日時 2023-09-21 03:26:08
合計ジャッジ時間 21,732 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 396 ms
129,888 KB
testcase_06 AC 434 ms
130,420 KB
testcase_07 AC 396 ms
128,832 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 1,093 ms
164,988 KB
testcase_11 WA -
testcase_12 AC 1,138 ms
168,636 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 967 ms
159,728 KB
testcase_16 AC 1,157 ms
171,348 KB
testcase_17 WA -
testcase_18 AC 886 ms
148,276 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 1,146 ms
171,704 KB
testcase_24 AC 402 ms
129,048 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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