結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:15:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 435 ms / 1,000 ms
コード長 59 bytes
コンパイル時間 2,507 ms
コンパイル使用メモリ 120,312 KB
実行使用メモリ 132,324 KB
最終ジャッジ日時 2023-09-01 21:28:09
合計ジャッジ時間 16,390 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 364 ms
131,924 KB
testcase_01 AC 354 ms
131,976 KB
testcase_02 AC 355 ms
131,868 KB
testcase_03 AC 355 ms
131,988 KB
testcase_04 AC 354 ms
131,880 KB
testcase_05 AC 350 ms
131,772 KB
testcase_06 AC 362 ms
131,772 KB
testcase_07 AC 356 ms
131,996 KB
testcase_08 AC 352 ms
131,980 KB
testcase_09 AC 355 ms
131,976 KB
testcase_10 AC 358 ms
131,932 KB
testcase_11 AC 360 ms
132,172 KB
testcase_12 AC 360 ms
131,832 KB
testcase_13 AC 356 ms
131,976 KB
testcase_14 AC 435 ms
132,060 KB
testcase_15 AC 360 ms
132,104 KB
testcase_16 AC 353 ms
132,132 KB
testcase_17 AC 361 ms
131,980 KB
testcase_18 AC 388 ms
132,056 KB
testcase_19 AC 369 ms
131,908 KB
testcase_20 AC 392 ms
132,084 KB
testcase_21 AC 367 ms
132,316 KB
testcase_22 AC 357 ms
132,024 KB
testcase_23 AC 349 ms
132,172 KB
testcase_24 AC 351 ms
131,996 KB
testcase_25 AC 387 ms
132,128 KB
testcase_26 AC 383 ms
132,124 KB
testcase_27 AC 363 ms
132,020 KB
testcase_28 AC 383 ms
132,028 KB
testcase_29 AC 392 ms
132,024 KB
testcase_30 AC 393 ms
132,324 KB
testcase_31 AC 396 ms
132,308 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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