結果

問題 No.1429 Simple Dowsing
ユーザー yuruhiyayuruhiya
提出日時 2021-03-16 19:42:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 361 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 600 ms
コンパイル使用メモリ 134,012 KB
実行使用メモリ 162,676 KB
平均クエリ数 2.00
最終ジャッジ日時 2024-07-17 11:00:43
合計ジャッジ時間 6,900 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 361 ms
159,720 KB
testcase_01 AC 347 ms
159,648 KB
testcase_02 AC 351 ms
162,428 KB
testcase_03 AC 347 ms
162,204 KB
testcase_04 AC 350 ms
162,644 KB
testcase_05 AC 346 ms
161,412 KB
testcase_06 AC 344 ms
162,052 KB
testcase_07 AC 338 ms
161,920 KB
testcase_08 AC 343 ms
162,144 KB
testcase_09 AC 344 ms
161,292 KB
testcase_10 AC 336 ms
161,260 KB
testcase_11 AC 344 ms
160,240 KB
testcase_12 AC 334 ms
162,676 KB
testcase_13 AC 351 ms
159,556 KB
testcase_14 AC 348 ms
160,012 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say '?0 0?1 0!';$_=get;put [$!=($_+1-get)+>1,($_-$!²)**.5]
0