結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 327 ms
135,704 KB
testcase_01 AC 339 ms
135,656 KB
testcase_02 AC 337 ms
135,732 KB
testcase_03 AC 339 ms
135,580 KB
testcase_04 AC 340 ms
135,976 KB
testcase_05 AC 336 ms
135,576 KB
testcase_06 AC 348 ms
135,024 KB
testcase_07 AC 325 ms
135,644 KB
testcase_08 AC 327 ms
135,456 KB
testcase_09 AC 332 ms
135,508 KB
testcase_10 AC 329 ms
135,408 KB
testcase_11 AC 329 ms
135,820 KB
testcase_12 AC 321 ms
135,592 KB
testcase_13 AC 318 ms
135,676 KB
testcase_14 AC 327 ms
135,544 KB
testcase_15 AC 333 ms
135,464 KB
testcase_16 AC 324 ms
135,704 KB
testcase_17 AC 325 ms
135,752 KB
testcase_18 AC 333 ms
135,504 KB
testcase_19 AC 328 ms
135,524 KB
testcase_20 AC 332 ms
135,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say $0*$1 gcd($0+$1)
0