結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 23:27:52
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 1,264 ms
コンパイル使用メモリ 131,660 KB
実行使用メモリ 144,528 KB
最終ジャッジ日時 2023-10-24 13:04:45
合計ジャッジ時間 7,985 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 388 ms
144,472 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 386 ms
144,524 KB
testcase_08 AC 387 ms
144,448 KB
testcase_09 AC 382 ms
144,460 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 383 ms
144,424 KB
testcase_13 AC 384 ms
144,408 KB
testcase_14 AC 385 ms
144,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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