結果

問題 No.442 和と積
ユーザー kotatsugamekotatsugame
提出日時 2021-01-28 16:45:55
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 356 ms / 1,000 ms
コード長 27 bytes
コンパイル時間 674 ms
コンパイル使用メモリ 131,788 KB
実行使用メモリ 144,432 KB
最終ジャッジ日時 2024-06-26 01:02:54
合計ジャッジ時間 8,231 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 318 ms
144,100 KB
testcase_01 AC 322 ms
143,976 KB
testcase_02 AC 321 ms
144,104 KB
testcase_03 AC 320 ms
143,972 KB
testcase_04 AC 319 ms
144,104 KB
testcase_05 AC 323 ms
143,976 KB
testcase_06 AC 321 ms
144,100 KB
testcase_07 AC 324 ms
144,104 KB
testcase_08 AC 324 ms
144,180 KB
testcase_09 AC 321 ms
144,048 KB
testcase_10 AC 356 ms
143,972 KB
testcase_11 AC 325 ms
143,720 KB
testcase_12 AC 323 ms
143,976 KB
testcase_13 AC 322 ms
144,052 KB
testcase_14 AC 324 ms
144,104 KB
testcase_15 AC 326 ms
144,180 KB
testcase_16 AC 314 ms
143,716 KB
testcase_17 AC 320 ms
144,176 KB
testcase_18 AC 317 ms
144,432 KB
testcase_19 AC 316 ms
143,972 KB
testcase_20 AC 321 ms
144,228 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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