結果

問題 No.2831 Cos Bomb Crasher
ユーザー 👑 p-adicp-adic
提出日時 2024-07-14 14:13:43
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 280 ms / 2,000 ms
コード長 687 bytes
コンパイル時間 166 ms
コンパイル使用メモリ 82,440 KB
実行使用メモリ 78,000 KB
平均クエリ数 182.67
最終ジャッジ日時 2024-07-15 08:13:45
合計ジャッジ時間 17,440 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 264 ms
77,508 KB
testcase_01 AC 257 ms
77,484 KB
testcase_02 AC 260 ms
76,684 KB
testcase_03 AC 265 ms
77,868 KB
testcase_04 AC 255 ms
76,744 KB
testcase_05 AC 255 ms
77,308 KB
testcase_06 AC 230 ms
71,364 KB
testcase_07 AC 280 ms
76,412 KB
testcase_08 AC 269 ms
77,260 KB
testcase_09 AC 264 ms
77,372 KB
testcase_10 AC 222 ms
70,612 KB
testcase_11 AC 262 ms
77,648 KB
testcase_12 AC 269 ms
77,408 KB
testcase_13 AC 228 ms
70,692 KB
testcase_14 AC 271 ms
77,364 KB
testcase_15 AC 218 ms
71,576 KB
testcase_16 AC 265 ms
76,440 KB
testcase_17 AC 271 ms
76,288 KB
testcase_18 AC 221 ms
71,588 KB
testcase_19 AC 267 ms
71,352 KB
testcase_20 AC 264 ms
77,628 KB
testcase_21 AC 256 ms
77,912 KB
testcase_22 AC 216 ms
70,300 KB
testcase_23 AC 218 ms
70,520 KB
testcase_24 AC 267 ms
77,904 KB
testcase_25 AC 262 ms
77,712 KB
testcase_26 AC 221 ms
71,608 KB
testcase_27 AC 254 ms
72,404 KB
testcase_28 AC 229 ms
72,496 KB
testcase_29 AC 222 ms
71,928 KB
testcase_30 AC 265 ms
76,264 KB
testcase_31 AC 276 ms
76,724 KB
testcase_32 AC 265 ms
76,088 KB
testcase_33 AC 229 ms
72,052 KB
testcase_34 AC 235 ms
71,768 KB
testcase_35 AC 263 ms
75,988 KB
testcase_36 AC 226 ms
71,468 KB
testcase_37 AC 269 ms
76,188 KB
testcase_38 AC 256 ms
72,220 KB
testcase_39 AC 266 ms
76,496 KB
testcase_40 AC 253 ms
76,724 KB
testcase_41 AC 271 ms
76,292 KB
testcase_42 AC 257 ms
76,916 KB
testcase_43 AC 258 ms
78,000 KB
testcase_44 AC 232 ms
71,624 KB
testcase_45 AC 180 ms
69,052 KB
testcase_46 AC 145 ms
70,404 KB
testcase_47 AC 205 ms
70,760 KB
testcase_48 AC 269 ms
76,432 KB
testcase_49 AC 162 ms
69,352 KB
testcase_50 AC 221 ms
71,364 KB
testcase_51 AC 177 ms
70,336 KB
testcase_52 AC 133 ms
69,188 KB
testcase_53 AC 260 ms
76,060 KB
testcase_54 AC 250 ms
77,848 KB
testcase_55 AC 250 ms
77,632 KB
testcase_56 AC 239 ms
72,280 KB
testcase_57 AC 267 ms
77,188 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

I,R,O=input,range,print
N=int(I())
def b(n,s):
	n%=s*8
	return[[s,n],[s*2-n,s],[-s,s*4-n],[-s*6+n,-s]][(n+s)//(s*2)%4]
P="+"
def q():
	global P;O(1,x,y,flush=1);P,*u=I().split()
a=0
while P<"-":
	a+=2;x,y=b(a,1);q()
l,r=0,N*2
while l+1<r:
	m=(l+r)>>1;x,y=b(a*m,m);q()
	if P=="-":l=m
	else:r=m
d,e=b(a+2,1)
t,u=0,0
def j():
	global x,y;x,y=b(a*c,c);x+=d*s*m;y+=e*s*m;q()
	return"-"==P
for c in R(-1+max(4,r-1)>>1,(r+3)>>1):
	f,g=0,0
	for s in R(-1,3,2):
		l,r=0,N*2
		while l+1<r:
			m=(l+r)>>1
			if j():l=m
			else:r=m
		x,y=b(a*c,c);f+=x+d*s*r;g+=y+e*s*r
	for x in R(f-1,f+2):
		for y in R(g-1,g+2):
			q()
			if P>"-"and t*t+u*u<x*x+y*y:t,u=x,y
O(2,t/2,u/2,'{:f}'.format((t*t+u*u)/4))
0