結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:15:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 385 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 261 ms
コンパイル使用メモリ 134,832 KB
実行使用メモリ 139,924 KB
最終ジャッジ日時 2024-06-29 23:21:29
合計ジャッジ時間 11,712 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 321 ms
137,096 KB
testcase_01 AC 314 ms
136,720 KB
testcase_02 AC 305 ms
136,968 KB
testcase_03 AC 310 ms
136,980 KB
testcase_04 AC 301 ms
136,848 KB
testcase_05 AC 303 ms
136,852 KB
testcase_06 AC 310 ms
136,848 KB
testcase_07 AC 308 ms
136,852 KB
testcase_08 AC 305 ms
137,108 KB
testcase_09 AC 310 ms
136,840 KB
testcase_10 AC 316 ms
136,720 KB
testcase_11 AC 312 ms
136,852 KB
testcase_12 AC 311 ms
136,976 KB
testcase_13 AC 309 ms
136,852 KB
testcase_14 AC 385 ms
139,796 KB
testcase_15 AC 316 ms
137,364 KB
testcase_16 AC 309 ms
136,720 KB
testcase_17 AC 309 ms
137,232 KB
testcase_18 AC 342 ms
139,528 KB
testcase_19 AC 310 ms
136,820 KB
testcase_20 AC 335 ms
139,664 KB
testcase_21 AC 317 ms
137,616 KB
testcase_22 AC 311 ms
136,724 KB
testcase_23 AC 310 ms
136,852 KB
testcase_24 AC 311 ms
136,848 KB
testcase_25 AC 354 ms
139,796 KB
testcase_26 AC 349 ms
139,924 KB
testcase_27 AC 318 ms
137,232 KB
testcase_28 AC 341 ms
139,656 KB
testcase_29 AC 345 ms
139,920 KB
testcase_30 AC 343 ms
139,540 KB
testcase_31 AC 348 ms
139,668 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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