結果

問題 No.2309 [Cherry 5th Tune D] 夏の先取り
ユーザー 👑 p-adicp-adic
提出日時 2023-05-20 14:10:48
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 520 bytes
コンパイル時間 923 ms
コンパイル使用メモリ 82,540 KB
実行使用メモリ 157,048 KB
最終ジャッジ日時 2024-12-21 11:15:57
合計ジャッジ時間 118,764 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 324 ms
154,172 KB
testcase_01 AC 2,784 ms
83,584 KB
testcase_02 AC 2,421 ms
83,376 KB
testcase_03 AC 2,525 ms
157,048 KB
testcase_04 AC 2,280 ms
83,668 KB
testcase_05 AC 2,323 ms
85,584 KB
testcase_06 AC 2,318 ms
83,636 KB
testcase_07 AC 2,177 ms
84,512 KB
testcase_08 AC 2,729 ms
83,676 KB
testcase_09 AC 2,419 ms
84,364 KB
testcase_10 AC 2,497 ms
83,916 KB
testcase_11 AC 2,422 ms
85,348 KB
testcase_12 AC 2,455 ms
78,664 KB
testcase_13 AC 2,583 ms
78,076 KB
testcase_14 AC 2,193 ms
77,516 KB
testcase_15 AC 2,546 ms
78,032 KB
testcase_16 AC 2,123 ms
78,016 KB
testcase_17 AC 2,470 ms
77,984 KB
testcase_18 AC 2,275 ms
78,124 KB
testcase_19 AC 2,097 ms
78,200 KB
testcase_20 AC 2,112 ms
77,884 KB
testcase_21 AC 2,087 ms
77,868 KB
testcase_22 AC 1,815 ms
77,924 KB
testcase_23 AC 2,075 ms
77,896 KB
testcase_24 AC 2,565 ms
78,080 KB
testcase_25 AC 2,366 ms
78,388 KB
testcase_26 AC 2,666 ms
78,124 KB
testcase_27 AC 2,420 ms
77,964 KB
testcase_28 AC 2,350 ms
77,952 KB
testcase_29 AC 2,525 ms
77,608 KB
testcase_30 AC 2,580 ms
78,216 KB
testcase_31 TLE -
testcase_32 TLE -
testcase_33 TLE -
testcase_34 TLE -
testcase_35 TLE -
testcase_36 AC 799 ms
76,848 KB
testcase_37 AC 345 ms
78,032 KB
testcase_38 AC 655 ms
77,696 KB
testcase_39 AC 460 ms
77,944 KB
testcase_40 AC 556 ms
77,184 KB
testcase_41 TLE -
testcase_42 TLE -
testcase_43 AC 2,708 ms
77,952 KB
testcase_44 AC 2,728 ms
77,964 KB
testcase_45 AC 2,455 ms
78,484 KB
testcase_46 AC 2,501 ms
78,340 KB
testcase_47 AC 614 ms
77,312 KB
testcase_48 AC 888 ms
77,508 KB
testcase_49 AC 2,089 ms
155,224 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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