結果

問題 No.2851 Make Pairs
ユーザー tailstails
提出日時 2024-08-26 17:12:39
言語 Bash
(Bash 5.1.16)
結果
TLE  
実行時間 -
コード長 62 bytes
コンパイル時間 375 ms
コンパイル使用メモリ 7,200 KB
実行使用メモリ 24,916 KB
最終ジャッジ日時 2024-08-26 17:12:50
合計ジャッジ時間 10,186 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 1 ms
6,944 KB
testcase_02 AC 1,813 ms
22,764 KB
testcase_03 AC 1,988 ms
23,760 KB
testcase_04 TLE -
testcase_05 AC 1,193 ms
24,876 KB
testcase_06 AC 1,816 ms
24,788 KB
testcase_07 AC 1 ms
6,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read
$_ a
for x in $a;{((b+=!((c[x/64]^=m=1<<x)&m)));}
echo $b
0