結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:15:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 431 ms / 1,000 ms
コード長 59 bytes
コンパイル時間 2,346 ms
コンパイル使用メモリ 126,124 KB
実行使用メモリ 140,176 KB
最終ジャッジ日時 2024-06-11 03:00:23
合計ジャッジ時間 15,283 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 348 ms
137,236 KB
testcase_01 AC 351 ms
137,108 KB
testcase_02 AC 350 ms
137,232 KB
testcase_03 AC 349 ms
137,488 KB
testcase_04 AC 356 ms
137,380 KB
testcase_05 AC 342 ms
137,232 KB
testcase_06 AC 347 ms
137,360 KB
testcase_07 AC 347 ms
137,252 KB
testcase_08 AC 337 ms
137,232 KB
testcase_09 AC 340 ms
137,364 KB
testcase_10 AC 369 ms
137,108 KB
testcase_11 AC 344 ms
137,104 KB
testcase_12 AC 343 ms
137,364 KB
testcase_13 AC 348 ms
137,108 KB
testcase_14 AC 431 ms
140,176 KB
testcase_15 AC 360 ms
137,872 KB
testcase_16 AC 355 ms
137,748 KB
testcase_17 AC 353 ms
137,364 KB
testcase_18 AC 389 ms
139,924 KB
testcase_19 AC 360 ms
138,000 KB
testcase_20 AC 389 ms
139,936 KB
testcase_21 AC 360 ms
137,876 KB
testcase_22 AC 345 ms
137,104 KB
testcase_23 AC 348 ms
137,108 KB
testcase_24 AC 348 ms
137,488 KB
testcase_25 AC 388 ms
140,048 KB
testcase_26 AC 401 ms
140,048 KB
testcase_27 AC 352 ms
137,844 KB
testcase_28 AC 376 ms
139,664 KB
testcase_29 AC 384 ms
140,048 KB
testcase_30 AC 383 ms
140,024 KB
testcase_31 AC 407 ms
139,924 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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