結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:15:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 446 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 306 ms
コンパイル使用メモリ 120,160 KB
実行使用メモリ 132,316 KB
最終ジャッジ日時 2023-09-12 10:44:26
合計ジャッジ時間 13,892 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 362 ms
132,012 KB
testcase_01 AC 354 ms
132,128 KB
testcase_02 AC 366 ms
132,116 KB
testcase_03 AC 357 ms
131,864 KB
testcase_04 AC 359 ms
132,032 KB
testcase_05 AC 362 ms
132,196 KB
testcase_06 AC 354 ms
131,692 KB
testcase_07 AC 357 ms
131,920 KB
testcase_08 AC 353 ms
132,024 KB
testcase_09 AC 359 ms
131,968 KB
testcase_10 AC 363 ms
132,088 KB
testcase_11 AC 360 ms
132,128 KB
testcase_12 AC 367 ms
131,992 KB
testcase_13 AC 360 ms
132,232 KB
testcase_14 AC 446 ms
132,284 KB
testcase_15 AC 373 ms
132,100 KB
testcase_16 AC 367 ms
132,052 KB
testcase_17 AC 369 ms
132,120 KB
testcase_18 AC 399 ms
132,080 KB
testcase_19 AC 369 ms
132,064 KB
testcase_20 AC 394 ms
132,116 KB
testcase_21 AC 367 ms
132,100 KB
testcase_22 AC 363 ms
132,020 KB
testcase_23 AC 365 ms
132,044 KB
testcase_24 AC 359 ms
131,692 KB
testcase_25 AC 398 ms
131,948 KB
testcase_26 AC 393 ms
131,860 KB
testcase_27 AC 371 ms
131,888 KB
testcase_28 AC 392 ms
132,212 KB
testcase_29 AC 400 ms
132,316 KB
testcase_30 AC 404 ms
132,008 KB
testcase_31 AC 402 ms
132,200 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say [gcd] $_=get,|[X-] (.comb.unique X*9)xx 2
0