結果

問題 No.443 GCD of Permutation
ユーザー yuruhiyayuruhiya
提出日時 2021-01-24 18:16:32
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 459 ms / 1,000 ms
コード長 57 bytes
コンパイル時間 1,992 ms
コンパイル使用メモリ 127,888 KB
実行使用メモリ 139,196 KB
最終ジャッジ日時 2024-06-11 03:05:00
合計ジャッジ時間 15,176 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 376 ms
136,248 KB
testcase_01 AC 345 ms
136,504 KB
testcase_02 AC 351 ms
136,376 KB
testcase_03 AC 342 ms
136,380 KB
testcase_04 AC 342 ms
136,248 KB
testcase_05 AC 347 ms
136,504 KB
testcase_06 AC 350 ms
136,376 KB
testcase_07 AC 352 ms
136,632 KB
testcase_08 AC 349 ms
136,252 KB
testcase_09 AC 351 ms
136,376 KB
testcase_10 AC 343 ms
136,380 KB
testcase_11 AC 344 ms
136,376 KB
testcase_12 AC 345 ms
136,504 KB
testcase_13 AC 350 ms
136,504 KB
testcase_14 AC 419 ms
138,936 KB
testcase_15 AC 355 ms
138,288 KB
testcase_16 AC 352 ms
136,252 KB
testcase_17 AC 348 ms
136,508 KB
testcase_18 AC 379 ms
138,812 KB
testcase_19 AC 351 ms
136,124 KB
testcase_20 AC 400 ms
138,688 KB
testcase_21 AC 358 ms
136,380 KB
testcase_22 AC 351 ms
136,380 KB
testcase_23 AC 341 ms
136,248 KB
testcase_24 AC 344 ms
136,248 KB
testcase_25 AC 378 ms
139,068 KB
testcase_26 AC 377 ms
139,196 KB
testcase_27 AC 356 ms
136,124 KB
testcase_28 AC 377 ms
138,940 KB
testcase_29 AC 384 ms
139,196 KB
testcase_30 AC 377 ms
138,944 KB
testcase_31 AC 459 ms
138,808 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;$! gcd=9*[-] $_ for [X] $!.comb.unique xx 2;say $!
0