結果

問題 No.850 企業コンテスト2位
ユーザー tailstails
提出日時 2019-07-14 00:41:35
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 420 ms / 2,000 ms
コード長 110 bytes
コンパイル時間 149 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 30,552 KB
平均クエリ数 200.07
最終ジャッジ日時 2024-07-16 17:48:53
合計ジャッジ時間 9,086 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 28 ms
24,824 KB
testcase_01 AC 27 ms
24,836 KB
testcase_02 AC 21 ms
25,220 KB
testcase_03 AC 20 ms
25,220 KB
testcase_04 AC 22 ms
24,836 KB
testcase_05 AC 22 ms
25,220 KB
testcase_06 AC 22 ms
24,836 KB
testcase_07 AC 127 ms
25,476 KB
testcase_08 AC 186 ms
24,964 KB
testcase_09 AC 188 ms
24,836 KB
testcase_10 AC 401 ms
30,424 KB
testcase_11 AC 403 ms
30,168 KB
testcase_12 AC 416 ms
30,424 KB
testcase_13 AC 385 ms
29,912 KB
testcase_14 AC 380 ms
29,784 KB
testcase_15 AC 352 ms
29,016 KB
testcase_16 AC 349 ms
29,016 KB
testcase_17 AC 405 ms
30,552 KB
testcase_18 AC 343 ms
28,752 KB
testcase_19 AC 378 ms
29,528 KB
testcase_20 AC 403 ms
30,424 KB
testcase_21 AC 405 ms
30,424 KB
testcase_22 AC 402 ms
30,040 KB
testcase_23 AC 412 ms
30,424 KB
testcase_24 AC 409 ms
30,296 KB
testcase_25 AC 404 ms
30,168 KB
testcase_26 AC 420 ms
30,424 KB
testcase_27 AC 24 ms
24,580 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

f(){
x=$1
$2||{
echo ? $1 $2
read z
a[z]+=\ $[x^$2^z]
f ${*:3} $z
}
}
read n
eval f {1..$n}
f${a[x]}
echo ! $x
0