結果

問題 No.2851 Make Pairs
ユーザー tailstails
提出日時 2024-08-26 17:09:15
言語 Bash
(Bash 5.1.16)
結果
TLE  
実行時間 -
コード長 48 bytes
コンパイル時間 192 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 30,964 KB
最終ジャッジ日時 2024-08-26 17:09:19
合計ジャッジ時間 3,911 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
13,756 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 TLE -
testcase_03 -- -
testcase_04 -- -
testcase_05 -- -
testcase_06 -- -
testcase_07 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

read
$_ a
for x in $a;{((b+=c[x]++&1));}
echo $b
0