結果

問題 No.442 和と積
ユーザー kotatsugamekotatsugame
提出日時 2021-01-28 16:45:55
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 392 ms / 1,000 ms
コード長 27 bytes
コンパイル時間 603 ms
コンパイル使用メモリ 120,200 KB
実行使用メモリ 133,996 KB
最終ジャッジ日時 2023-09-08 07:45:32
合計ジャッジ時間 10,336 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 357 ms
132,008 KB
testcase_01 AC 365 ms
131,280 KB
testcase_02 AC 360 ms
131,740 KB
testcase_03 AC 358 ms
133,884 KB
testcase_04 AC 363 ms
133,492 KB
testcase_05 AC 392 ms
133,160 KB
testcase_06 AC 385 ms
133,444 KB
testcase_07 AC 367 ms
133,696 KB
testcase_08 AC 363 ms
133,432 KB
testcase_09 AC 366 ms
133,380 KB
testcase_10 AC 364 ms
133,780 KB
testcase_11 AC 367 ms
133,552 KB
testcase_12 AC 370 ms
133,228 KB
testcase_13 AC 363 ms
133,808 KB
testcase_14 AC 362 ms
133,408 KB
testcase_15 AC 364 ms
133,352 KB
testcase_16 AC 354 ms
133,748 KB
testcase_17 AC 351 ms
133,756 KB
testcase_18 AC 350 ms
133,644 KB
testcase_19 AC 360 ms
133,996 KB
testcase_20 AC 357 ms
133,476 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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