結果

問題 No.318 学学学学学
ユーザー koyumeishikoyumeishi
提出日時 2015-12-11 02:19:00
言語 Ruby
(3.3.0)
結果
AC  
実行時間 832 ms / 2,000 ms
コード長 1,692 bytes
コンパイル時間 217 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 29,492 KB
最終ジャッジ日時 2024-06-22 15:16:02
合計ジャッジ時間 14,053 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 129 ms
13,696 KB
testcase_01 AC 193 ms
15,360 KB
testcase_02 AC 212 ms
15,360 KB
testcase_03 AC 163 ms
14,976 KB
testcase_04 AC 207 ms
15,232 KB
testcase_05 AC 832 ms
29,492 KB
testcase_06 AC 680 ms
27,288 KB
testcase_07 AC 631 ms
26,724 KB
testcase_08 AC 595 ms
26,340 KB
testcase_09 AC 559 ms
26,080 KB
testcase_10 AC 469 ms
25,472 KB
testcase_11 AC 802 ms
29,204 KB
testcase_12 AC 680 ms
27,372 KB
testcase_13 AC 650 ms
26,856 KB
testcase_14 AC 600 ms
26,076 KB
testcase_15 AC 555 ms
25,724 KB
testcase_16 AC 450 ms
26,112 KB
testcase_17 AC 651 ms
26,408 KB
testcase_18 AC 662 ms
26,408 KB
testcase_19 AC 653 ms
26,540 KB
testcase_20 AC 465 ms
24,960 KB
testcase_21 AC 79 ms
12,544 KB
testcase_22 AC 77 ms
12,672 KB
testcase_23 AC 78 ms
12,544 KB
testcase_24 AC 78 ms
12,288 KB
testcase_25 AC 76 ms
12,544 KB
testcase_26 AC 77 ms
12,416 KB
testcase_27 AC 77 ms
12,416 KB
testcase_28 AC 79 ms
12,416 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

#coding = utf-8
require "set"

💩 = gets.to_i;
💩💩 = gets.split().map(&:to_i);

💩💩💩💩 = 💩💩.sort().uniq()

👾 = 💩💩💩💩.size;

for 🚽 in 0...💩 do
	👇 = -1;
	👆 = 👾-1;
	while (👆-👇>1) do
		💪 = (👇+👆)/2;
		if 💩💩[🚽] <= 💩💩💩💩[💪] then
			👆 = 💪;
		else
			👇 = 💪;
		end
	end
	💩💩[🚽] = 👆;
end

🐕💩 = Array.new(👾);
🐈💩 = Array.new(👾);

0.upto(💩-1) { |🚽|
	🐕💩[ 💩💩[🚽] ] = 🚽;
}

(💩-1).downto(0) { |🚽|
	🐈💩[ 💩💩[🚽] ] = 🚽;
}

$👉💩 = Array.new(👾+5, 0);
$💩👈 = 👾;
def うんこ(🐦💩,x)
	🐦💩+=1;
	while(🐦💩<=$💩👈) do
		$👉💩[🐦💩] += x;
		🐦💩 += 🐦💩&-🐦💩;
	end
end

def 💩_bound(💩💩💩💩💩)
	if (💩💩💩💩💩<=0) then
		return 0;
	end
	___💩💩💩 = 0;
	_____💩💩💩 = 1;
	while (_____💩💩💩<<1) <= $💩👈 do
		_____💩💩💩<<=1;
	end
	while _____💩💩💩>0 do
		if(___💩💩💩+_____💩💩💩<=$💩👈 && $👉💩[___💩💩💩+_____💩💩💩] < 💩💩💩💩💩) then
			💩💩💩💩💩 -= $👉💩[___💩💩💩+_____💩💩💩];
			___💩💩💩 += _____💩💩💩;
		end
		_____💩💩💩 >>= 1;
	end
	return ___💩💩💩+1;
end

🎅 = Array.new(💩, "🎅");
contain_💩 = 0;

0.upto(💩-1) { |🚽|
	if 🐈💩[ 💩💩[🚽] ] == 🚽 then
		うんこ(💩💩[🚽], 1);
		contain_💩 += 1;
	end
	
	🎅[🚽] = 💩💩💩💩[💩_bound(contain_💩)-1];
	
	if 🐕💩[ 💩💩[🚽] ] == 🚽 then
		うんこ(💩💩[🚽], -1);
		contain_💩 -= 1;
	end
}


puts 🎅.join(" ")
0