結果

問題 No.442 和と積
ユーザー yuruhiyayuruhiya
提出日時 2021-08-01 16:34:35
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 406 ms / 1,000 ms
コード長 26 bytes
コンパイル時間 563 ms
コンパイル使用メモリ 122,480 KB
実行使用メモリ 132,596 KB
最終ジャッジ日時 2023-10-14 18:47:50
合計ジャッジ時間 10,574 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 394 ms
132,596 KB
testcase_01 AC 373 ms
132,368 KB
testcase_02 AC 358 ms
132,488 KB
testcase_03 AC 357 ms
132,432 KB
testcase_04 AC 357 ms
132,536 KB
testcase_05 AC 366 ms
132,404 KB
testcase_06 AC 401 ms
132,148 KB
testcase_07 AC 402 ms
129,644 KB
testcase_08 AC 400 ms
131,212 KB
testcase_09 AC 404 ms
131,148 KB
testcase_10 AC 406 ms
129,288 KB
testcase_11 AC 402 ms
128,756 KB
testcase_12 AC 391 ms
131,112 KB
testcase_13 AC 382 ms
131,384 KB
testcase_14 AC 370 ms
131,484 KB
testcase_15 AC 367 ms
131,104 KB
testcase_16 AC 365 ms
131,364 KB
testcase_17 AC 366 ms
131,524 KB
testcase_18 AC 364 ms
131,348 KB
testcase_19 AC 370 ms
131,352 KB
testcase_20 AC 372 ms
132,012 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

words~~say [*](@$_)gcd.sum
0