結果

問題 No.1429 Simple Dowsing
ユーザー yuruhiyayuruhiya
提出日時 2021-03-16 19:42:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 368 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 321 ms
コンパイル使用メモリ 119,980 KB
実行使用メモリ 149,864 KB
平均クエリ数 2.00
最終ジャッジ日時 2023-09-24 10:12:03
合計ジャッジ時間 7,300 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 365 ms
149,664 KB
testcase_01 AC 361 ms
147,528 KB
testcase_02 AC 359 ms
149,296 KB
testcase_03 AC 358 ms
149,292 KB
testcase_04 AC 364 ms
149,728 KB
testcase_05 AC 358 ms
149,864 KB
testcase_06 AC 368 ms
147,396 KB
testcase_07 AC 362 ms
148,964 KB
testcase_08 AC 355 ms
147,768 KB
testcase_09 AC 357 ms
149,784 KB
testcase_10 AC 360 ms
147,648 KB
testcase_11 AC 362 ms
147,004 KB
testcase_12 AC 367 ms
147,496 KB
testcase_13 AC 360 ms
147,628 KB
testcase_14 AC 361 ms
149,504 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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