結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:10:21
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 468 ms / 1,000 ms
コード長 54 bytes
コンパイル時間 442 ms
コンパイル使用メモリ 131,868 KB
実行使用メモリ 145,024 KB
最終ジャッジ日時 2023-11-10 10:35:36
合計ジャッジ時間 16,198 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
143,836 KB
testcase_01 AC 386 ms
143,916 KB
testcase_02 AC 387 ms
143,288 KB
testcase_03 AC 388 ms
143,868 KB
testcase_04 AC 383 ms
144,196 KB
testcase_05 AC 387 ms
143,104 KB
testcase_06 AC 386 ms
143,796 KB
testcase_07 AC 392 ms
143,788 KB
testcase_08 AC 385 ms
143,796 KB
testcase_09 AC 390 ms
143,872 KB
testcase_10 AC 388 ms
141,968 KB
testcase_11 AC 391 ms
143,788 KB
testcase_12 AC 389 ms
143,832 KB
testcase_13 AC 388 ms
143,796 KB
testcase_14 AC 468 ms
145,024 KB
testcase_15 AC 396 ms
143,300 KB
testcase_16 AC 393 ms
143,784 KB
testcase_17 AC 395 ms
143,836 KB
testcase_18 AC 418 ms
144,764 KB
testcase_19 AC 405 ms
143,916 KB
testcase_20 AC 426 ms
144,896 KB
testcase_21 AC 406 ms
143,176 KB
testcase_22 AC 385 ms
143,788 KB
testcase_23 AC 402 ms
142,940 KB
testcase_24 AC 388 ms
143,364 KB
testcase_25 AC 421 ms
144,968 KB
testcase_26 AC 420 ms
144,936 KB
testcase_27 AC 396 ms
143,240 KB
testcase_28 AC 417 ms
144,900 KB
testcase_29 AC 423 ms
144,904 KB
testcase_30 AC 426 ms
144,764 KB
testcase_31 AC 440 ms
144,768 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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