結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:10:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 409 ms / 1,000 ms
コード長 66 bytes
コンパイル時間 2,660 ms
コンパイル使用メモリ 135,064 KB
実行使用メモリ 139,040 KB
最終ジャッジ日時 2024-06-11 02:15:57
合計ジャッジ時間 15,594 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 359 ms
136,588 KB
testcase_01 AC 363 ms
136,612 KB
testcase_02 AC 355 ms
136,608 KB
testcase_03 AC 353 ms
138,528 KB
testcase_04 AC 354 ms
136,360 KB
testcase_05 AC 352 ms
136,356 KB
testcase_06 AC 354 ms
138,144 KB
testcase_07 AC 352 ms
136,736 KB
testcase_08 AC 348 ms
136,624 KB
testcase_09 AC 349 ms
138,296 KB
testcase_10 AC 352 ms
138,148 KB
testcase_11 AC 361 ms
136,628 KB
testcase_12 AC 352 ms
136,488 KB
testcase_13 AC 351 ms
136,740 KB
testcase_14 AC 409 ms
138,916 KB
testcase_15 AC 361 ms
138,660 KB
testcase_16 AC 366 ms
136,740 KB
testcase_17 AC 362 ms
136,876 KB
testcase_18 AC 378 ms
137,384 KB
testcase_19 AC 371 ms
137,268 KB
testcase_20 AC 387 ms
137,260 KB
testcase_21 AC 365 ms
136,752 KB
testcase_22 AC 352 ms
136,356 KB
testcase_23 AC 353 ms
136,748 KB
testcase_24 AC 351 ms
136,868 KB
testcase_25 AC 372 ms
137,512 KB
testcase_26 AC 370 ms
139,040 KB
testcase_27 AC 363 ms
137,136 KB
testcase_28 AC 368 ms
138,912 KB
testcase_29 AC 371 ms
137,140 KB
testcase_30 AC 373 ms
137,388 KB
testcase_31 AC 384 ms
137,256 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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