結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:09:41
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 388 ms / 1,000 ms
コード長 55 bytes
コンパイル時間 338 ms
コンパイル使用メモリ 134,384 KB
実行使用メモリ 147,480 KB
最終ジャッジ日時 2024-06-29 23:19:51
合計ジャッジ時間 12,002 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 310 ms
144,640 KB
testcase_01 AC 309 ms
144,380 KB
testcase_02 AC 308 ms
144,384 KB
testcase_03 AC 305 ms
144,620 KB
testcase_04 AC 309 ms
144,256 KB
testcase_05 AC 313 ms
144,236 KB
testcase_06 AC 313 ms
144,492 KB
testcase_07 AC 319 ms
144,508 KB
testcase_08 AC 319 ms
144,380 KB
testcase_09 AC 311 ms
144,232 KB
testcase_10 AC 307 ms
144,508 KB
testcase_11 AC 311 ms
144,508 KB
testcase_12 AC 314 ms
144,384 KB
testcase_13 AC 320 ms
144,256 KB
testcase_14 AC 388 ms
147,480 KB
testcase_15 AC 323 ms
144,744 KB
testcase_16 AC 332 ms
144,748 KB
testcase_17 AC 333 ms
144,380 KB
testcase_18 AC 345 ms
147,352 KB
testcase_19 AC 327 ms
144,892 KB
testcase_20 AC 347 ms
147,460 KB
testcase_21 AC 326 ms
144,748 KB
testcase_22 AC 307 ms
144,640 KB
testcase_23 AC 306 ms
144,488 KB
testcase_24 AC 308 ms
144,504 KB
testcase_25 AC 347 ms
147,088 KB
testcase_26 AC 337 ms
147,224 KB
testcase_27 AC 318 ms
144,896 KB
testcase_28 AC 338 ms
147,212 KB
testcase_29 AC 351 ms
147,080 KB
testcase_30 AC 350 ms
147,468 KB
testcase_31 AC 354 ms
147,220 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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