結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
24,964 KB
testcase_01 AC 27 ms
25,220 KB
testcase_02 AC 21 ms
24,964 KB
testcase_03 AC 24 ms
24,580 KB
testcase_04 AC 23 ms
25,476 KB
testcase_05 AC 20 ms
24,964 KB
testcase_06 AC 22 ms
24,568 KB
testcase_07 AC 122 ms
24,836 KB
testcase_08 AC 182 ms
25,216 KB
testcase_09 AC 187 ms
24,580 KB
testcase_10 AC 396 ms
30,168 KB
testcase_11 AC 406 ms
30,168 KB
testcase_12 AC 411 ms
30,424 KB
testcase_13 AC 384 ms
30,040 KB
testcase_14 AC 387 ms
29,656 KB
testcase_15 AC 366 ms
29,016 KB
testcase_16 AC 359 ms
28,760 KB
testcase_17 AC 415 ms
30,296 KB
testcase_18 AC 353 ms
28,760 KB
testcase_19 AC 384 ms
29,528 KB
testcase_20 AC 402 ms
30,296 KB
testcase_21 AC 407 ms
30,552 KB
testcase_22 AC 409 ms
29,912 KB
testcase_23 AC 409 ms
30,040 KB
testcase_24 AC 410 ms
30,552 KB
testcase_25 AC 398 ms
30,296 KB
testcase_26 AC 404 ms
30,296 KB
testcase_27 AC 23 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