結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:16:32
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 457 ms / 1,000 ms
コード長 57 bytes
コンパイル時間 393 ms
コンパイル使用メモリ 120,244 KB
実行使用メモリ 134,264 KB
最終ジャッジ日時 2023-09-01 21:30:59
合計ジャッジ時間 14,836 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 384 ms
133,936 KB
testcase_01 AC 381 ms
133,828 KB
testcase_02 AC 376 ms
134,020 KB
testcase_03 AC 377 ms
133,908 KB
testcase_04 AC 372 ms
134,016 KB
testcase_05 AC 378 ms
133,772 KB
testcase_06 AC 381 ms
133,748 KB
testcase_07 AC 379 ms
133,884 KB
testcase_08 AC 381 ms
133,980 KB
testcase_09 AC 380 ms
134,064 KB
testcase_10 AC 381 ms
133,952 KB
testcase_11 AC 387 ms
133,900 KB
testcase_12 AC 375 ms
134,012 KB
testcase_13 AC 376 ms
133,688 KB
testcase_14 AC 457 ms
134,112 KB
testcase_15 AC 386 ms
134,100 KB
testcase_16 AC 386 ms
133,968 KB
testcase_17 AC 388 ms
133,936 KB
testcase_18 AC 409 ms
133,852 KB
testcase_19 AC 393 ms
134,264 KB
testcase_20 AC 421 ms
134,188 KB
testcase_21 AC 395 ms
134,096 KB
testcase_22 AC 379 ms
134,012 KB
testcase_23 AC 385 ms
133,864 KB
testcase_24 AC 383 ms
133,824 KB
testcase_25 AC 416 ms
133,860 KB
testcase_26 AC 416 ms
134,084 KB
testcase_27 AC 391 ms
134,156 KB
testcase_28 AC 422 ms
133,864 KB
testcase_29 AC 427 ms
134,104 KB
testcase_30 AC 418 ms
134,096 KB
testcase_31 AC 429 ms
134,240 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;$! gcd=9*[-] $_ for [X] $!.comb.unique xx 2;say $!
0