結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 354 ms
146,208 KB
testcase_01 AC 350 ms
145,960 KB
testcase_02 AC 352 ms
145,956 KB
testcase_03 AC 352 ms
146,212 KB
testcase_04 AC 353 ms
146,204 KB
testcase_05 AC 351 ms
146,088 KB
testcase_06 AC 355 ms
145,960 KB
testcase_07 AC 359 ms
146,340 KB
testcase_08 AC 360 ms
146,084 KB
testcase_09 AC 358 ms
145,968 KB
testcase_10 AC 354 ms
145,960 KB
testcase_11 AC 355 ms
146,088 KB
testcase_12 AC 355 ms
146,204 KB
testcase_13 AC 358 ms
146,088 KB
testcase_14 AC 430 ms
146,076 KB
testcase_15 AC 368 ms
145,956 KB
testcase_16 AC 364 ms
145,956 KB
testcase_17 AC 361 ms
146,208 KB
testcase_18 AC 373 ms
146,204 KB
testcase_19 AC 376 ms
146,216 KB
testcase_20 AC 385 ms
145,956 KB
testcase_21 AC 367 ms
146,592 KB
testcase_22 AC 350 ms
146,336 KB
testcase_23 AC 352 ms
146,212 KB
testcase_24 AC 358 ms
145,956 KB
testcase_25 AC 380 ms
146,088 KB
testcase_26 AC 372 ms
146,984 KB
testcase_27 AC 356 ms
145,956 KB
testcase_28 AC 369 ms
146,588 KB
testcase_29 AC 369 ms
146,204 KB
testcase_30 AC 375 ms
146,216 KB
testcase_31 AC 378 ms
146,460 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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