結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 23:28:53
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 435 ms / 1,500 ms
コード長 56 bytes
コンパイル時間 1,421 ms
コンパイル使用メモリ 133,744 KB
実行使用メモリ 144,400 KB
最終ジャッジ日時 2023-10-24 13:15:11
合計ジャッジ時間 8,451 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 435 ms
143,164 KB
testcase_01 AC 392 ms
143,496 KB
testcase_02 AC 392 ms
144,400 KB
testcase_03 AC 397 ms
144,340 KB
testcase_04 AC 391 ms
144,328 KB
testcase_05 AC 397 ms
144,364 KB
testcase_06 AC 393 ms
144,400 KB
testcase_07 AC 396 ms
143,012 KB
testcase_08 AC 395 ms
144,372 KB
testcase_09 AC 401 ms
144,340 KB
testcase_10 AC 395 ms
142,996 KB
testcase_11 AC 393 ms
143,112 KB
testcase_12 AC 394 ms
142,992 KB
testcase_13 AC 391 ms
144,340 KB
testcase_14 AC 399 ms
144,328 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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