結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:13:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 480 ms / 1,000 ms
コード長 46 bytes
コンパイル時間 311 ms
コンパイル使用メモリ 122,368 KB
実行使用メモリ 134,232 KB
最終ジャッジ日時 2023-09-12 10:43:47
合計ジャッジ時間 14,872 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 409 ms
133,920 KB
testcase_01 AC 395 ms
134,056 KB
testcase_02 AC 394 ms
134,008 KB
testcase_03 AC 394 ms
134,108 KB
testcase_04 AC 402 ms
134,044 KB
testcase_05 AC 399 ms
133,712 KB
testcase_06 AC 395 ms
133,928 KB
testcase_07 AC 394 ms
134,112 KB
testcase_08 AC 393 ms
133,940 KB
testcase_09 AC 394 ms
134,064 KB
testcase_10 AC 395 ms
134,004 KB
testcase_11 AC 392 ms
133,880 KB
testcase_12 AC 392 ms
133,948 KB
testcase_13 AC 396 ms
133,944 KB
testcase_14 AC 480 ms
134,232 KB
testcase_15 AC 402 ms
134,132 KB
testcase_16 AC 399 ms
133,904 KB
testcase_17 AC 397 ms
134,100 KB
testcase_18 AC 434 ms
133,980 KB
testcase_19 AC 406 ms
134,220 KB
testcase_20 AC 431 ms
134,176 KB
testcase_21 AC 399 ms
134,212 KB
testcase_22 AC 389 ms
133,776 KB
testcase_23 AC 392 ms
133,576 KB
testcase_24 AC 390 ms
133,908 KB
testcase_25 AC 424 ms
134,184 KB
testcase_26 AC 420 ms
133,996 KB
testcase_27 AC 398 ms
134,036 KB
testcase_28 AC 422 ms
134,028 KB
testcase_29 AC 430 ms
134,188 KB
testcase_30 AC 427 ms
134,064 KB
testcase_31 AC 440 ms
133,820 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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