結果

問題 No.816 Beautiful tuples
ユーザー kotatsugamekotatsugame
提出日時 2019-04-19 22:52:32
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 383 ms / 1,500 ms
コード長 72 bytes
コンパイル時間 2,002 ms
コンパイル使用メモリ 127,648 KB
実行使用メモリ 137,892 KB
最終ジャッジ日時 2024-09-22 23:59:35
合計ジャッジ時間 8,507 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 362 ms
137,380 KB
testcase_01 AC 363 ms
137,892 KB
testcase_02 AC 371 ms
137,632 KB
testcase_03 AC 364 ms
137,764 KB
testcase_04 AC 367 ms
137,636 KB
testcase_05 AC 371 ms
137,504 KB
testcase_06 AC 368 ms
137,632 KB
testcase_07 AC 378 ms
137,760 KB
testcase_08 AC 374 ms
137,764 KB
testcase_09 AC 374 ms
137,636 KB
testcase_10 AC 383 ms
137,376 KB
testcase_11 AC 370 ms
137,764 KB
testcase_12 AC 366 ms
137,632 KB
testcase_13 AC 358 ms
137,632 KB
testcase_14 AC 359 ms
137,636 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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