結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 23:00:35
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 425 ms / 1,500 ms
コード長 57 bytes
コンパイル時間 1,000 ms
コンパイル使用メモリ 132,448 KB
実行使用メモリ 141,676 KB
最終ジャッジ日時 2023-10-24 10:14:29
合計ジャッジ時間 8,693 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 401 ms
141,540 KB
testcase_01 AC 415 ms
141,420 KB
testcase_02 AC 406 ms
141,536 KB
testcase_03 AC 397 ms
141,656 KB
testcase_04 AC 425 ms
141,488 KB
testcase_05 AC 396 ms
141,652 KB
testcase_06 AC 404 ms
141,656 KB
testcase_07 AC 406 ms
141,676 KB
testcase_08 AC 406 ms
141,640 KB
testcase_09 AC 402 ms
141,644 KB
testcase_10 AC 403 ms
141,604 KB
testcase_11 AC 398 ms
141,608 KB
testcase_12 AC 403 ms
141,596 KB
testcase_13 AC 406 ms
141,596 KB
testcase_14 AC 403 ms
141,540 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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