結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:09:41
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 449 ms / 1,000 ms
コード長 55 bytes
コンパイル時間 430 ms
コンパイル使用メモリ 122,272 KB
実行使用メモリ 132,196 KB
最終ジャッジ日時 2023-09-12 10:42:28
合計ジャッジ時間 15,238 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 369 ms
131,880 KB
testcase_01 AC 368 ms
131,780 KB
testcase_02 AC 363 ms
131,676 KB
testcase_03 AC 368 ms
131,820 KB
testcase_04 AC 365 ms
131,768 KB
testcase_05 AC 363 ms
131,876 KB
testcase_06 AC 366 ms
131,772 KB
testcase_07 AC 369 ms
131,964 KB
testcase_08 AC 370 ms
131,888 KB
testcase_09 AC 370 ms
131,896 KB
testcase_10 AC 369 ms
131,680 KB
testcase_11 AC 365 ms
132,016 KB
testcase_12 AC 375 ms
131,768 KB
testcase_13 AC 369 ms
131,888 KB
testcase_14 AC 449 ms
131,876 KB
testcase_15 AC 382 ms
131,988 KB
testcase_16 AC 370 ms
132,020 KB
testcase_17 AC 381 ms
131,960 KB
testcase_18 AC 406 ms
132,048 KB
testcase_19 AC 393 ms
132,192 KB
testcase_20 AC 418 ms
132,180 KB
testcase_21 AC 391 ms
132,196 KB
testcase_22 AC 370 ms
131,480 KB
testcase_23 AC 368 ms
131,960 KB
testcase_24 AC 368 ms
132,044 KB
testcase_25 AC 404 ms
132,100 KB
testcase_26 AC 404 ms
132,076 KB
testcase_27 AC 383 ms
132,012 KB
testcase_28 AC 408 ms
131,980 KB
testcase_29 AC 407 ms
131,848 KB
testcase_30 AC 415 ms
132,100 KB
testcase_31 AC 425 ms
132,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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