結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:12:43
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 477 ms / 1,000 ms
コード長 68 bytes
コンパイル時間 916 ms
コンパイル使用メモリ 121,924 KB
実行使用メモリ 134,240 KB
最終ジャッジ日時 2023-09-01 03:59:19
合計ジャッジ時間 15,779 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 411 ms
132,972 KB
testcase_01 AC 394 ms
133,800 KB
testcase_02 AC 398 ms
133,164 KB
testcase_03 AC 402 ms
133,228 KB
testcase_04 AC 399 ms
133,372 KB
testcase_05 AC 394 ms
133,052 KB
testcase_06 AC 409 ms
133,420 KB
testcase_07 AC 409 ms
133,300 KB
testcase_08 AC 407 ms
133,772 KB
testcase_09 AC 402 ms
133,380 KB
testcase_10 AC 405 ms
130,696 KB
testcase_11 AC 412 ms
133,448 KB
testcase_12 AC 423 ms
133,356 KB
testcase_13 AC 405 ms
133,608 KB
testcase_14 AC 477 ms
134,008 KB
testcase_15 AC 415 ms
133,868 KB
testcase_16 AC 414 ms
133,300 KB
testcase_17 AC 407 ms
133,924 KB
testcase_18 AC 428 ms
133,676 KB
testcase_19 AC 412 ms
134,240 KB
testcase_20 AC 431 ms
131,532 KB
testcase_21 AC 420 ms
133,416 KB
testcase_22 AC 404 ms
133,060 KB
testcase_23 AC 406 ms
133,856 KB
testcase_24 AC 402 ms
133,152 KB
testcase_25 AC 419 ms
133,260 KB
testcase_26 AC 432 ms
133,928 KB
testcase_27 AC 413 ms
133,448 KB
testcase_28 AC 432 ms
133,772 KB
testcase_29 AC 439 ms
133,852 KB
testcase_30 AC 432 ms
134,028 KB
testcase_31 AC 440 ms
133,996 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;my @a=$!.comb.unique;say $! gcd [gcd] map {9*[-] $_},(@a X@a)
0