結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:10:21
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 514 ms / 1,000 ms
コード長 54 bytes
コンパイル時間 2,203 ms
コンパイル使用メモリ 130,864 KB
実行使用メモリ 138,760 KB
最終ジャッジ日時 2024-09-26 00:46:10
合計ジャッジ時間 18,160 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 380 ms
135,544 KB
testcase_01 AC 414 ms
135,680 KB
testcase_02 AC 412 ms
135,568 KB
testcase_03 AC 415 ms
135,804 KB
testcase_04 AC 419 ms
135,796 KB
testcase_05 AC 417 ms
135,664 KB
testcase_06 AC 427 ms
135,792 KB
testcase_07 AC 416 ms
135,616 KB
testcase_08 AC 378 ms
135,536 KB
testcase_09 AC 367 ms
135,924 KB
testcase_10 AC 370 ms
135,664 KB
testcase_11 AC 368 ms
135,540 KB
testcase_12 AC 373 ms
135,924 KB
testcase_13 AC 375 ms
135,952 KB
testcase_14 AC 458 ms
138,508 KB
testcase_15 AC 399 ms
135,688 KB
testcase_16 AC 416 ms
135,692 KB
testcase_17 AC 424 ms
135,668 KB
testcase_18 AC 462 ms
138,380 KB
testcase_19 AC 435 ms
135,920 KB
testcase_20 AC 492 ms
138,124 KB
testcase_21 AC 442 ms
135,680 KB
testcase_22 AC 420 ms
135,664 KB
testcase_23 AC 421 ms
135,668 KB
testcase_24 AC 423 ms
135,808 KB
testcase_25 AC 465 ms
138,624 KB
testcase_26 AC 469 ms
138,504 KB
testcase_27 AC 464 ms
135,664 KB
testcase_28 AC 497 ms
138,252 KB
testcase_29 AC 514 ms
138,640 KB
testcase_30 AC 465 ms
138,760 KB
testcase_31 AC 477 ms
138,248 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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