結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 371 ms
131,380 KB
testcase_01 AC 374 ms
131,432 KB
testcase_02 AC 369 ms
131,576 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 366 ms
131,424 KB
testcase_15 WA -
testcase_16 AC 360 ms
131,752 KB
testcase_17 AC 363 ms
131,732 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 358 ms
131,852 KB
testcase_29 AC 362 ms
131,860 KB
testcase_30 AC 367 ms
131,704 KB
testcase_31 AC 377 ms
131,076 KB
testcase_32 AC 370 ms
131,452 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say sum map * * *,+<<words.sort
0