結果

問題 No.1564 Sum of Products of Pairs
ユーザー yuruhiyayuruhiya
提出日時 2021-06-27 09:08:28
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 39 bytes
コンパイル時間 390 ms
コンパイル使用メモリ 122,084 KB
実行使用メモリ 183,108 KB
最終ジャッジ日時 2023-09-07 17:11:42
合計ジャッジ時間 30,229 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
131,468 KB
testcase_01 AC 347 ms
131,700 KB
testcase_02 AC 344 ms
131,416 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 345 ms
131,940 KB
testcase_15 WA -
testcase_16 AC 348 ms
131,984 KB
testcase_17 AC 347 ms
131,896 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 AC 346 ms
131,652 KB
testcase_29 AC 345 ms
131,636 KB
testcase_30 AC 344 ms
131,788 KB
testcase_31 AC 344 ms
131,468 KB
testcase_32 AC 347 ms
131,872 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say sum map {$^a*$^b},+<<words.sort
0