結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:11:29
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 44 bytes
コンパイル時間 302 ms
コンパイル使用メモリ 134,292 KB
実行使用メモリ 148,708 KB
最終ジャッジ日時 2024-06-29 23:20:12
合計ジャッジ時間 13,169 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 305 ms
144,284 KB
testcase_04 AC 301 ms
144,672 KB
testcase_05 WA -
testcase_06 AC 296 ms
144,412 KB
testcase_07 AC 307 ms
144,412 KB
testcase_08 AC 301 ms
144,288 KB
testcase_09 AC 305 ms
144,412 KB
testcase_10 AC 314 ms
144,412 KB
testcase_11 AC 308 ms
144,284 KB
testcase_12 AC 306 ms
144,416 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 317 ms
144,924 KB
testcase_18 AC 380 ms
147,428 KB
testcase_19 AC 342 ms
144,868 KB
testcase_20 AC 911 ms
147,812 KB
testcase_21 AC 399 ms
145,076 KB
testcase_22 AC 301 ms
144,284 KB
testcase_23 AC 324 ms
144,160 KB
testcase_24 AC 308 ms
144,288 KB
testcase_25 AC 363 ms
147,680 KB
testcase_26 AC 352 ms
147,296 KB
testcase_27 AC 320 ms
144,796 KB
testcase_28 AC 360 ms
147,808 KB
testcase_29 AC 359 ms
147,680 KB
testcase_30 AC 354 ms
147,424 KB
testcase_31 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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