結果

問題 No.442 和と積
ユーザー %20%20
提出日時 2017-04-06 04:29:55
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 338 ms / 1,000 ms
コード長 47 bytes
コンパイル時間 471 ms
コンパイル使用メモリ 123,044 KB
実行使用メモリ 134,600 KB
最終ジャッジ日時 2023-09-18 06:51:09
合計ジャッジ時間 9,291 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 338 ms
134,196 KB
testcase_01 AC 335 ms
134,360 KB
testcase_02 AC 337 ms
134,304 KB
testcase_03 AC 334 ms
134,260 KB
testcase_04 AC 333 ms
134,216 KB
testcase_05 AC 332 ms
134,300 KB
testcase_06 AC 336 ms
134,600 KB
testcase_07 AC 331 ms
134,184 KB
testcase_08 AC 333 ms
134,176 KB
testcase_09 AC 337 ms
134,224 KB
testcase_10 AC 331 ms
134,180 KB
testcase_11 AC 333 ms
134,292 KB
testcase_12 AC 326 ms
134,316 KB
testcase_13 AC 333 ms
134,404 KB
testcase_14 AC 331 ms
134,176 KB
testcase_15 AC 332 ms
134,260 KB
testcase_16 AC 334 ms
134,220 KB
testcase_17 AC 328 ms
134,224 KB
testcase_18 AC 328 ms
134,272 KB
testcase_19 AC 329 ms
134,360 KB
testcase_20 AC 334 ms
134,284 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my ($A,$B)=split(' ',get);say ($A+$B)gcd($A*$B)
0