結果

問題 No.2309 [Cherry 5th Tune D] 夏の先取り
ユーザー 👑 p-adicp-adic
提出日時 2023-05-20 16:16:45
言語 PyPy3
(7.3.15)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 533 bytes
コンパイル時間 486 ms
コンパイル使用メモリ 81,920 KB
実行使用メモリ 78,772 KB
最終ジャッジ日時 2024-12-21 11:32:50
合計ジャッジ時間 88,048 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 269 ms
75,904 KB
testcase_01 AC 1,994 ms
77,312 KB
testcase_02 AC 1,773 ms
77,852 KB
testcase_03 AC 1,788 ms
77,440 KB
testcase_04 AC 1,665 ms
77,820 KB
testcase_05 AC 1,621 ms
78,112 KB
testcase_06 AC 1,705 ms
77,732 KB
testcase_07 AC 1,721 ms
77,608 KB
testcase_08 AC 1,920 ms
77,856 KB
testcase_09 AC 1,731 ms
77,604 KB
testcase_10 AC 2,001 ms
78,528 KB
testcase_11 AC 1,521 ms
77,600 KB
testcase_12 AC 1,573 ms
78,376 KB
testcase_13 AC 1,842 ms
77,888 KB
testcase_14 AC 1,728 ms
77,868 KB
testcase_15 AC 1,832 ms
78,364 KB
testcase_16 AC 1,477 ms
78,004 KB
testcase_17 AC 1,797 ms
77,860 KB
testcase_18 AC 1,585 ms
77,956 KB
testcase_19 AC 1,591 ms
78,236 KB
testcase_20 AC 1,667 ms
77,700 KB
testcase_21 AC 1,494 ms
77,756 KB
testcase_22 AC 1,471 ms
78,340 KB
testcase_23 AC 1,531 ms
78,344 KB
testcase_24 AC 1,892 ms
77,576 KB
testcase_25 AC 1,733 ms
77,572 KB
testcase_26 AC 1,981 ms
77,988 KB
testcase_27 AC 1,753 ms
77,988 KB
testcase_28 AC 1,680 ms
77,740 KB
testcase_29 AC 1,973 ms
78,212 KB
testcase_30 AC 1,922 ms
77,376 KB
testcase_31 TLE -
testcase_32 TLE -
testcase_33 TLE -
testcase_34 TLE -
testcase_35 TLE -
testcase_36 AC 546 ms
76,616 KB
testcase_37 AC 277 ms
78,076 KB
testcase_38 AC 522 ms
78,244 KB
testcase_39 AC 346 ms
77,372 KB
testcase_40 AC 396 ms
76,572 KB
testcase_41 TLE -
testcase_42 TLE -
testcase_43 AC 1,910 ms
78,108 KB
testcase_44 AC 1,950 ms
77,984 KB
testcase_45 AC 1,599 ms
77,312 KB
testcase_46 AC 1,670 ms
78,120 KB
testcase_47 AC 442 ms
76,808 KB
testcase_48 AC 663 ms
77,848 KB
testcase_49 AC 1,406 ms
76,848 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=x[0]+x[1]+x[2]+x[3],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