結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 23:29:22
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 53 bytes
コンパイル時間 686 ms
コンパイル使用メモリ 132,468 KB
実行使用メモリ 142,312 KB
最終ジャッジ日時 2023-10-24 13:18:13
合計ジャッジ時間 7,138 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 356 ms
142,312 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 366 ms
142,312 KB
testcase_08 AC 364 ms
142,312 KB
testcase_09 AC 362 ms
142,312 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 360 ms
142,312 KB
testcase_13 AC 356 ms
142,312 KB
testcase_14 AC 366 ms
142,312 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($_=([gcd](@($_=words))X*^3+1)∖$_)>1??-1!!.pick
0