結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 23:27:52
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 1,909 ms
コンパイル使用メモリ 135,260 KB
実行使用メモリ 145,732 KB
最終ジャッジ日時 2024-09-23 05:25:20
合計ジャッジ時間 8,198 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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