upd: ready to optimize /

This commit is contained in:
2023-10-31 10:30:46 +08:00
parent d1ff3e34eb
commit 1966cc7c66
2 changed files with 8 additions and 4 deletions

View File

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