upd: written

This commit is contained in:
2023-11-01 15:07:25 +08:00
parent 65900061fc
commit bf7e6eadaf
3 changed files with 69 additions and 4 deletions

View File

@ -36,7 +36,7 @@ opt_python=[]
if True:
for i in range(0,10):
val=randint(-10**15,10**15)
val=randint(-10**32,10**32)
if i==0:
val=randint(-10**100,10**100)
opt_cpp.append("a_"+str(i)+"=int2048(\""+str(val)+"\");")