結果

問題 No.442 和と積
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 17:14:45
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 352 ms / 1,000 ms
コード長 28 bytes
コンパイル時間 2,075 ms
コンパイル使用メモリ 119,892 KB
実行使用メモリ 132,028 KB
最終ジャッジ日時 2023-09-07 01:06:06
合計ジャッジ時間 10,554 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 322 ms
131,728 KB
testcase_01 AC 319 ms
131,660 KB
testcase_02 AC 327 ms
131,348 KB
testcase_03 AC 319 ms
131,964 KB
testcase_04 AC 324 ms
131,660 KB
testcase_05 AC 321 ms
132,028 KB
testcase_06 AC 322 ms
131,728 KB
testcase_07 AC 320 ms
131,992 KB
testcase_08 AC 318 ms
131,860 KB
testcase_09 AC 315 ms
131,660 KB
testcase_10 AC 327 ms
131,656 KB
testcase_11 AC 324 ms
131,484 KB
testcase_12 AC 328 ms
131,348 KB
testcase_13 AC 321 ms
131,644 KB
testcase_14 AC 323 ms
132,000 KB
testcase_15 AC 316 ms
131,780 KB
testcase_16 AC 352 ms
131,664 KB
testcase_17 AC 317 ms
131,652 KB
testcase_18 AC 321 ms
131,732 KB
testcase_19 AC 320 ms
131,652 KB
testcase_20 AC 320 ms
131,980 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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