結果

問題 No.443 GCD of Permutation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:11:29
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 44 bytes
コンパイル時間 447 ms
コンパイル使用メモリ 120,196 KB
実行使用メモリ 133,488 KB
最終ジャッジ日時 2023-09-12 10:43:09
合計ジャッジ時間 14,528 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 328 ms
131,672 KB
testcase_04 AC 338 ms
131,844 KB
testcase_05 WA -
testcase_06 AC 328 ms
131,892 KB
testcase_07 AC 332 ms
131,860 KB
testcase_08 AC 330 ms
131,784 KB
testcase_09 AC 327 ms
131,672 KB
testcase_10 AC 328 ms
131,600 KB
testcase_11 AC 327 ms
131,744 KB
testcase_12 AC 326 ms
131,888 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 337 ms
131,980 KB
testcase_18 AC 425 ms
132,232 KB
testcase_19 AC 376 ms
132,352 KB
testcase_20 AC 979 ms
133,404 KB
testcase_21 AC 439 ms
132,544 KB
testcase_22 AC 329 ms
131,804 KB
testcase_23 AC 326 ms
131,748 KB
testcase_24 AC 331 ms
131,856 KB
testcase_25 AC 390 ms
132,264 KB
testcase_26 AC 382 ms
132,360 KB
testcase_27 AC 344 ms
132,340 KB
testcase_28 AC 385 ms
132,032 KB
testcase_29 AC 393 ms
132,316 KB
testcase_30 AC 394 ms
132,368 KB
testcase_31 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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