結果

問題 No.1564 Sum of Products of Pairs
ユーザー yuruhiyayuruhiya
提出日時 2021-06-27 09:08:28
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 39 bytes
コンパイル時間 713 ms
コンパイル使用メモリ 126,524 KB
実行使用メモリ 182,024 KB
最終ジャッジ日時 2024-06-25 11:01:59
合計ジャッジ時間 31,418 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 367 ms
136,608 KB
testcase_01 AC 368 ms
136,608 KB
testcase_02 AC 372 ms
136,612 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 362 ms
136,756 KB
testcase_15 WA -
testcase_16 AC 371 ms
136,480 KB
testcase_17 AC 369 ms
136,612 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 371 ms
136,480 KB
testcase_29 AC 363 ms
136,864 KB
testcase_30 AC 370 ms
136,480 KB
testcase_31 AC 374 ms
136,608 KB
testcase_32 AC 371 ms
136,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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