結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 22:53:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 453 ms / 1,500 ms
コード長 70 bytes
コンパイル時間 2,380 ms
コンパイル使用メモリ 131,692 KB
実行使用メモリ 144,436 KB
最終ジャッジ日時 2023-10-24 08:32:15
合計ジャッジ時間 10,645 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 427 ms
144,436 KB
testcase_01 AC 429 ms
143,248 KB
testcase_02 AC 434 ms
143,236 KB
testcase_03 AC 423 ms
143,136 KB
testcase_04 AC 453 ms
143,060 KB
testcase_05 AC 428 ms
144,244 KB
testcase_06 AC 426 ms
144,240 KB
testcase_07 AC 416 ms
144,244 KB
testcase_08 AC 415 ms
144,316 KB
testcase_09 AC 445 ms
143,496 KB
testcase_10 AC 427 ms
143,808 KB
testcase_11 AC 429 ms
143,480 KB
testcase_12 AC 426 ms
144,248 KB
testcase_13 AC 425 ms
144,176 KB
testcase_14 AC 432 ms
144,252 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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