結果

問題 No.442 和と積
ユーザー kotatsugamekotatsugame
提出日時 2021-01-28 16:33:25
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 376 ms / 1,000 ms
コード長 28 bytes
コンパイル時間 366 ms
コンパイル使用メモリ 119,832 KB
実行使用メモリ 135,916 KB
最終ジャッジ日時 2023-09-08 07:27:14
合計ジャッジ時間 9,429 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 365 ms
135,816 KB
testcase_01 AC 376 ms
135,664 KB
testcase_02 AC 371 ms
135,424 KB
testcase_03 AC 370 ms
135,808 KB
testcase_04 AC 365 ms
135,564 KB
testcase_05 AC 363 ms
135,524 KB
testcase_06 AC 364 ms
135,656 KB
testcase_07 AC 367 ms
135,328 KB
testcase_08 AC 364 ms
135,788 KB
testcase_09 AC 370 ms
135,664 KB
testcase_10 AC 367 ms
135,564 KB
testcase_11 AC 362 ms
135,636 KB
testcase_12 AC 371 ms
135,420 KB
testcase_13 AC 361 ms
135,664 KB
testcase_14 AC 372 ms
135,916 KB
testcase_15 AC 361 ms
135,680 KB
testcase_16 AC 362 ms
135,740 KB
testcase_17 AC 360 ms
135,644 KB
testcase_18 AC 363 ms
135,556 KB
testcase_19 AC 360 ms
135,320 KB
testcase_20 AC 365 ms
135,616 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say $0*$1 gcd$/.sum
0