結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 22:52:32
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 411 ms / 1,500 ms
コード長 72 bytes
コンパイル時間 2,208 ms
コンパイル使用メモリ 132,976 KB
実行使用メモリ 144,508 KB
最終ジャッジ日時 2023-10-24 07:14:12
合計ジャッジ時間 9,502 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 394 ms
143,396 KB
testcase_01 AC 398 ms
144,448 KB
testcase_02 AC 392 ms
143,632 KB
testcase_03 AC 398 ms
143,024 KB
testcase_04 AC 399 ms
144,508 KB
testcase_05 AC 404 ms
143,028 KB
testcase_06 AC 411 ms
143,112 KB
testcase_07 AC 408 ms
143,016 KB
testcase_08 AC 397 ms
144,456 KB
testcase_09 AC 395 ms
143,376 KB
testcase_10 AC 397 ms
142,384 KB
testcase_11 AC 400 ms
143,992 KB
testcase_12 AC 397 ms
143,292 KB
testcase_13 AC 395 ms
144,500 KB
testcase_14 AC 395 ms
143,648 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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