結果

問題 No.1429 Simple Dowsing
ユーザー tailstails
提出日時 2021-03-14 22:19:38
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 128 ms / 2,000 ms
コード長 98 bytes
コンパイル時間 66 ms
コンパイル使用メモリ 6,684 KB
実行使用メモリ 25,472 KB
平均クエリ数 2.00
最終ジャッジ日時 2024-07-17 10:56:54
合計ジャッジ時間 3,025 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
25,220 KB
testcase_01 AC 121 ms
25,220 KB
testcase_02 AC 120 ms
25,184 KB
testcase_03 AC 122 ms
25,220 KB
testcase_04 AC 122 ms
25,220 KB
testcase_05 AC 122 ms
24,836 KB
testcase_06 AC 122 ms
24,580 KB
testcase_07 AC 120 ms
24,820 KB
testcase_08 AC 121 ms
24,836 KB
testcase_09 AC 122 ms
24,964 KB
testcase_10 AC 121 ms
24,580 KB
testcase_11 AC 121 ms
25,472 KB
testcase_12 AC 122 ms
24,964 KB
testcase_13 AC 121 ms
24,836 KB
testcase_14 AC 123 ms
24,964 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

echo ? 0 0 ? 0 1
read a
read b
eval y={0..100}\ x={0..100}'
((y*y+x*x-a|~a+x+x+b))||echo ! $y $x
'
0