結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:13:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 472 ms / 1,000 ms
コード長 46 bytes
コンパイル時間 366 ms
コンパイル使用メモリ 125,476 KB
実行使用メモリ 139,792 KB
最終ジャッジ日時 2024-06-29 23:20:49
合計ジャッジ時間 14,452 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 381 ms
137,152 KB
testcase_01 AC 381 ms
136,716 KB
testcase_02 AC 373 ms
137,024 KB
testcase_03 AC 390 ms
136,976 KB
testcase_04 AC 389 ms
136,976 KB
testcase_05 AC 392 ms
136,848 KB
testcase_06 AC 393 ms
136,972 KB
testcase_07 AC 393 ms
136,816 KB
testcase_08 AC 389 ms
136,892 KB
testcase_09 AC 392 ms
136,720 KB
testcase_10 AC 392 ms
136,972 KB
testcase_11 AC 397 ms
136,896 KB
testcase_12 AC 388 ms
137,232 KB
testcase_13 AC 394 ms
136,768 KB
testcase_14 AC 472 ms
139,636 KB
testcase_15 AC 396 ms
137,232 KB
testcase_16 AC 398 ms
136,896 KB
testcase_17 AC 376 ms
136,816 KB
testcase_18 AC 416 ms
139,792 KB
testcase_19 AC 396 ms
137,152 KB
testcase_20 AC 427 ms
139,708 KB
testcase_21 AC 395 ms
137,408 KB
testcase_22 AC 391 ms
136,720 KB
testcase_23 AC 381 ms
136,716 KB
testcase_24 AC 375 ms
136,892 KB
testcase_25 AC 412 ms
139,660 KB
testcase_26 AC 424 ms
139,792 KB
testcase_27 AC 400 ms
137,536 KB
testcase_28 AC 419 ms
139,708 KB
testcase_29 AC 426 ms
139,580 KB
testcase_30 AC 419 ms
139,788 KB
testcase_31 AC 421 ms
139,452 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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