結果

問題 No.2309 [Cherry 5th Tune D] 夏の先取り
ユーザー 👑 p-adicp-adic
提出日時 2023-05-20 10:43:07
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 568 bytes
コンパイル時間 259 ms
コンパイル使用メモリ 82,480 KB
実行使用メモリ 79,544 KB
最終ジャッジ日時 2024-12-21 09:13:14
合計ジャッジ時間 98,423 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 271 ms
76,552 KB
testcase_01 AC 2,223 ms
79,032 KB
testcase_02 AC 1,917 ms
77,988 KB
testcase_03 AC 1,977 ms
78,648 KB
testcase_04 AC 2,044 ms
78,880 KB
testcase_05 AC 1,823 ms
78,780 KB
testcase_06 AC 1,898 ms
78,260 KB
testcase_07 AC 1,882 ms
78,516 KB
testcase_08 AC 2,051 ms
78,900 KB
testcase_09 AC 1,981 ms
79,008 KB
testcase_10 AC 1,858 ms
78,976 KB
testcase_11 AC 1,756 ms
78,784 KB
testcase_12 AC 1,888 ms
79,164 KB
testcase_13 AC 2,104 ms
79,284 KB
testcase_14 AC 1,853 ms
78,376 KB
testcase_15 AC 2,134 ms
78,292 KB
testcase_16 AC 1,868 ms
78,624 KB
testcase_17 AC 2,058 ms
78,132 KB
testcase_18 AC 1,826 ms
78,628 KB
testcase_19 AC 1,602 ms
78,896 KB
testcase_20 AC 1,728 ms
78,276 KB
testcase_21 AC 1,640 ms
78,624 KB
testcase_22 AC 1,462 ms
78,776 KB
testcase_23 AC 1,710 ms
78,656 KB
testcase_24 AC 2,033 ms
79,136 KB
testcase_25 AC 1,941 ms
78,776 KB
testcase_26 AC 2,194 ms
79,284 KB
testcase_27 AC 1,812 ms
78,768 KB
testcase_28 AC 1,957 ms
78,756 KB
testcase_29 AC 2,083 ms
78,760 KB
testcase_30 AC 2,197 ms
78,160 KB
testcase_31 TLE -
testcase_32 TLE -
testcase_33 TLE -
testcase_34 TLE -
testcase_35 TLE -
testcase_36 AC 630 ms
77,868 KB
testcase_37 AC 284 ms
78,220 KB
testcase_38 AC 530 ms
78,244 KB
testcase_39 AC 349 ms
77,480 KB
testcase_40 AC 424 ms
76,940 KB
testcase_41 TLE -
testcase_42 TLE -
testcase_43 AC 2,186 ms
78,624 KB
testcase_44 AC 2,184 ms
78,384 KB
testcase_45 AC 1,817 ms
78,748 KB
testcase_46 AC 1,812 ms
78,368 KB
testcase_47 AC 498 ms
77,672 KB
testcase_48 AC 631 ms
78,072 KB
testcase_49 AC 1,582 ms
77,636 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

I,R,=input,range
S,N,B,x=R(3),R(2),[0]*3,[0]*4
def J():
	return list(map(int,I().split()))
def U():
	global a
	s,b,c=sum(x),1,0
	for j in R(4):b*=x[j]>=0
	for j in S:b*=s-x[j]<=B[(j+2)%3]
	if b:
		for j in R(4):c+=x[j]*X[j]
		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(int(I())):
	A,X,a=J(),J(),0
	for j in S:
		for y in R(A[j]+1):V()
	print(a)
0