結果

問題 No.2309 [Cherry 5th Tune D] 夏の先取り
ユーザー 👑 p-adicp-adic
提出日時 2023-05-20 10:54:35
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 547 bytes
コンパイル時間 1,910 ms
コンパイル使用メモリ 82,176 KB
実行使用メモリ 157,856 KB
最終ジャッジ日時 2024-12-21 09:31:47
合計ジャッジ時間 128,982 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 346 ms
83,244 KB
testcase_01 TLE -
testcase_02 AC 2,650 ms
156,364 KB
testcase_03 AC 2,785 ms
85,516 KB
testcase_04 AC 2,508 ms
84,632 KB
testcase_05 AC 2,542 ms
85,236 KB
testcase_06 AC 2,979 ms
157,360 KB
testcase_07 AC 2,539 ms
85,492 KB
testcase_08 AC 2,894 ms
157,856 KB
testcase_09 AC 2,657 ms
85,352 KB
testcase_10 AC 2,539 ms
84,996 KB
testcase_11 AC 2,530 ms
85,496 KB
testcase_12 AC 2,569 ms
78,792 KB
testcase_13 AC 2,972 ms
78,172 KB
testcase_14 AC 2,577 ms
78,676 KB
testcase_15 AC 2,704 ms
78,264 KB
testcase_16 AC 2,296 ms
78,048 KB
testcase_17 AC 2,702 ms
78,808 KB
testcase_18 AC 2,486 ms
77,772 KB
testcase_19 AC 2,331 ms
77,784 KB
testcase_20 AC 2,411 ms
78,676 KB
testcase_21 AC 2,314 ms
78,804 KB
testcase_22 AC 2,115 ms
78,560 KB
testcase_23 AC 2,381 ms
78,048 KB
testcase_24 AC 2,844 ms
78,288 KB
testcase_25 AC 2,641 ms
78,544 KB
testcase_26 AC 2,971 ms
79,116 KB
testcase_27 AC 2,667 ms
78,912 KB
testcase_28 AC 2,613 ms
78,528 KB
testcase_29 AC 2,810 ms
78,320 KB
testcase_30 AC 2,983 ms
78,616 KB
testcase_31 TLE -
testcase_32 TLE -
testcase_33 TLE -
testcase_34 TLE -
testcase_35 TLE -
testcase_36 AC 764 ms
77,244 KB
testcase_37 AC 352 ms
78,176 KB
testcase_38 AC 664 ms
78,036 KB
testcase_39 AC 451 ms
77,516 KB
testcase_40 AC 540 ms
76,996 KB
testcase_41 TLE -
testcase_42 TLE -
testcase_43 AC 2,745 ms
78,808 KB
testcase_44 AC 2,741 ms
78,808 KB
testcase_45 AC 2,410 ms
77,792 KB
testcase_46 AC 2,558 ms
78,392 KB
testcase_47 AC 621 ms
77,356 KB
testcase_48 AC 868 ms
77,500 KB
testcase_49 AC 2,111 ms
154,620 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

I,R,=input,range
S,N,B,x=R(3),R(2),[0]*5,[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,c=b*(x[j]>=0),c+x[j]*X[j]
	for j in S:b*=s-x[j]<=B[j+2]
	if b*(a<c):a=c
def V():
	for k in R(5):B[k]=A[k%3]if k%3!=j else y
	for i in S:
		x[i],s=0,B[i+2]
		for k in N:x[(i+1+k)%3]=s-B[i+k]
		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