結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 23:29:22
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 53 bytes
コンパイル時間 541 ms
コンパイル使用メモリ 125,624 KB
実行使用メモリ 137,636 KB
最終ジャッジ日時 2024-09-23 05:38:57
合計ジャッジ時間 6,677 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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