結果

問題 No.1429 Simple Dowsing
ユーザー tailstails
提出日時 2021-03-14 22:19:38
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 164 ms / 2,000 ms
コード長 98 bytes
コンパイル時間 52 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 24,396 KB
平均クエリ数 2.00
最終ジャッジ日時 2023-09-24 10:08:49
合計ジャッジ時間 3,673 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 164 ms
23,520 KB
testcase_01 AC 156 ms
23,664 KB
testcase_02 AC 158 ms
24,000 KB
testcase_03 AC 156 ms
24,336 KB
testcase_04 AC 156 ms
23,376 KB
testcase_05 AC 156 ms
23,652 KB
testcase_06 AC 156 ms
24,312 KB
testcase_07 AC 160 ms
24,300 KB
testcase_08 AC 157 ms
23,508 KB
testcase_09 AC 157 ms
23,532 KB
testcase_10 AC 155 ms
23,508 KB
testcase_11 AC 157 ms
23,652 KB
testcase_12 AC 159 ms
24,276 KB
testcase_13 AC 155 ms
24,396 KB
testcase_14 AC 154 ms
23,820 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