結果

問題 No.2309 [Cherry 5th Tune D] 夏の先取り
ユーザー 👑 p-adicp-adic
提出日時 2023-05-20 10:02:32
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 560 bytes
コンパイル時間 186 ms
コンパイル使用メモリ 82,304 KB
実行使用メモリ 86,228 KB
最終ジャッジ日時 2024-06-01 05:25:56
合計ジャッジ時間 5,584 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 345 ms
76,416 KB
testcase_01 TLE -
testcase_02 AC 2,906 ms
79,140 KB
testcase_03 AC 2,986 ms
78,888 KB
testcase_04 AC 2,750 ms
78,792 KB
testcase_05 AC 2,835 ms
79,352 KB
testcase_06 AC 2,844 ms
79,632 KB
testcase_07 AC 2,876 ms
79,492 KB
testcase_08 TLE -
testcase_09 AC 2,840 ms
78,480 KB
testcase_10 AC 2,707 ms
78,988 KB
testcase_11 AC 2,642 ms
78,844 KB
testcase_12 AC 2,785 ms
79,244 KB
testcase_13 TLE -
testcase_14 AC 2,699 ms
79,628 KB
testcase_15 TLE -
testcase_16 AC 2,476 ms
78,388 KB
testcase_17 TLE -
testcase_18 AC 2,689 ms
78,628 KB
testcase_19 AC 2,480 ms
79,008 KB
testcase_20 AC 2,586 ms
79,332 KB
testcase_21 AC 2,490 ms
79,120 KB
testcase_22 AC 2,236 ms
79,044 KB
testcase_23 AC 2,529 ms
79,296 KB
testcase_24 TLE -
testcase_25 AC 2,880 ms
78,904 KB
testcase_26 TLE -
testcase_27 AC 2,973 ms
79,092 KB
testcase_28 AC 2,783 ms
79,376 KB
testcase_29 AC 2,955 ms
78,660 KB
testcase_30 TLE -
testcase_31 TLE -
testcase_32 -- -
testcase_33 -- -
testcase_34 -- -
testcase_35 -- -
testcase_36 -- -
testcase_37 -- -
testcase_38 -- -
testcase_39 -- -
testcase_40 -- -
testcase_41 -- -
testcase_42 -- -
testcase_43 -- -
testcase_44 -- -
testcase_45 -- -
testcase_46 -- -
testcase_47 -- -
testcase_48 -- -
testcase_49 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

I,J,R,=input,int,range
T,S,N,=J(I()),R(3),R(2)
def U():
	global a
	s,b,c=sum(x),1,0
	for j in R(4):b,c=b*(x[j]>=0),c+x[j]*X[j]
	for j in S:b*=s-x[j]<=B[(j+2)%3]
	if b:a=max(a,c)
def V():
	for k in S:B[k]=A[k]if k!=j else y
	for i in S:
		x[i],s=0,B[(i+2)%3]
		for k in N:x[(i+1+k)%3]=s-B[(i+k)%3]
		x[3]=s-x[(i+1)%3]-x[(i+2)%3]
		U()
	for w in N:
		x[3],x[0]=w,(B[0]+B[1]-B[2]-w)//2
		for k in N:x[1+k]=B[1-k]-x[0]-w
		U()
for t in R(T):
	A,B,X,x,a=list(map(J,I().split())),[0]*3,list(map(J,I().split())),[0]*4,0
	for j in S:
		for y in R(A[j]+1):V()
	print(a)
0