結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:12:43
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 474 ms / 1,000 ms
コード長 68 bytes
コンパイル時間 2,539 ms
コンパイル使用メモリ 136,784 KB
実行使用メモリ 146,344 KB
最終ジャッジ日時 2024-12-20 10:00:14
合計ジャッジ時間 17,004 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 376 ms
146,272 KB
testcase_01 AC 378 ms
146,084 KB
testcase_02 AC 382 ms
146,212 KB
testcase_03 AC 380 ms
146,268 KB
testcase_04 AC 382 ms
146,336 KB
testcase_05 AC 379 ms
146,100 KB
testcase_06 AC 376 ms
146,216 KB
testcase_07 AC 380 ms
146,144 KB
testcase_08 AC 384 ms
146,204 KB
testcase_09 AC 389 ms
145,956 KB
testcase_10 AC 386 ms
146,144 KB
testcase_11 AC 386 ms
146,016 KB
testcase_12 AC 384 ms
146,136 KB
testcase_13 AC 381 ms
146,084 KB
testcase_14 AC 474 ms
146,084 KB
testcase_15 AC 389 ms
146,088 KB
testcase_16 AC 465 ms
146,088 KB
testcase_17 AC 386 ms
145,960 KB
testcase_18 AC 410 ms
146,340 KB
testcase_19 AC 396 ms
145,960 KB
testcase_20 AC 426 ms
146,140 KB
testcase_21 AC 410 ms
145,956 KB
testcase_22 AC 397 ms
146,016 KB
testcase_23 AC 418 ms
146,344 KB
testcase_24 AC 390 ms
146,344 KB
testcase_25 AC 421 ms
146,016 KB
testcase_26 AC 415 ms
146,144 KB
testcase_27 AC 396 ms
146,216 KB
testcase_28 AC 424 ms
145,960 KB
testcase_29 AC 422 ms
145,828 KB
testcase_30 AC 415 ms
146,144 KB
testcase_31 AC 433 ms
146,012 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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