結果

問題 No.2831 Cos Bomb Crasher
ユーザー 👑 p-adicp-adic
提出日時 2024-07-14 09:36:17
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 806 bytes
コンパイル時間 176 ms
コンパイル使用メモリ 81,876 KB
実行使用メモリ 77,984 KB
平均クエリ数 183.67
最終ジャッジ日時 2024-07-15 08:13:19
合計ジャッジ時間 17,978 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 275 ms
76,596 KB
testcase_01 AC 274 ms
77,032 KB
testcase_02 AC 263 ms
77,768 KB
testcase_03 AC 268 ms
76,984 KB
testcase_04 AC 272 ms
76,988 KB
testcase_05 AC 262 ms
76,260 KB
testcase_06 AC 222 ms
70,764 KB
testcase_07 AC 266 ms
77,480 KB
testcase_08 AC 262 ms
76,704 KB
testcase_09 AC 263 ms
76,268 KB
testcase_10 AC 234 ms
70,224 KB
testcase_11 AC 266 ms
76,004 KB
testcase_12 AC 272 ms
77,088 KB
testcase_13 AC 227 ms
71,116 KB
testcase_14 AC 270 ms
77,576 KB
testcase_15 AC 220 ms
70,720 KB
testcase_16 AC 280 ms
77,448 KB
testcase_17 AC 271 ms
77,376 KB
testcase_18 AC 226 ms
70,624 KB
testcase_19 AC 247 ms
71,316 KB
testcase_20 AC 264 ms
76,188 KB
testcase_21 AC 258 ms
76,948 KB
testcase_22 AC 222 ms
70,100 KB
testcase_23 AC 217 ms
70,668 KB
testcase_24 AC 262 ms
77,212 KB
testcase_25 AC 266 ms
77,632 KB
testcase_26 AC 238 ms
71,696 KB
testcase_27 AC 257 ms
71,644 KB
testcase_28 AC 235 ms
71,588 KB
testcase_29 AC 219 ms
70,924 KB
testcase_30 AC 258 ms
76,608 KB
testcase_31 AC 280 ms
77,444 KB
testcase_32 AC 278 ms
76,620 KB
testcase_33 AC 241 ms
71,168 KB
testcase_34 AC 237 ms
70,956 KB
testcase_35 AC 264 ms
77,328 KB
testcase_36 AC 237 ms
70,220 KB
testcase_37 AC 262 ms
77,056 KB
testcase_38 AC 257 ms
76,136 KB
testcase_39 AC 264 ms
76,504 KB
testcase_40 AC 271 ms
76,056 KB
testcase_41 AC 263 ms
76,816 KB
testcase_42 AC 272 ms
77,376 KB
testcase_43 AC 267 ms
77,316 KB
testcase_44 AC 229 ms
72,508 KB
testcase_45 AC 172 ms
70,276 KB
testcase_46 AC 149 ms
69,696 KB
testcase_47 AC 200 ms
71,216 KB
testcase_48 AC 272 ms
75,868 KB
testcase_49 AC 165 ms
69,480 KB
testcase_50 WA -
testcase_51 AC 190 ms
69,904 KB
testcase_52 AC 134 ms
69,560 KB
testcase_53 AC 266 ms
76,824 KB
testcase_54 AC 248 ms
76,864 KB
testcase_55 AC 256 ms
76,728 KB
testcase_56 AC 244 ms
71,220 KB
testcase_57 AC 258 ms
77,984 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]
#ジャッジの動作確認VVV
O(1,"-1000000000.000000000","-1000000000.000000000")
P,*u=I().split()
#ジャッジの動作確認AAA
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,(t*t+u*u)/4)
0