anonICPC commited on
Commit
9d8996c
·
verified ·
1 Parent(s): 76ad4cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def meet(X):
184
  er, pll = greet(X, 6-r)
185
  print_str+= er
186
  print_str+='\n'
187
- if (pll - tot_pll) > 0.2:
188
  break
189
  elif pll >= tot_pll:
190
  continue
 
184
  er, pll = greet(X, 6-r)
185
  print_str+= er
186
  print_str+='\n'
187
+ if (pll - tot_pll) > 0.1:
188
  break
189
  elif pll >= tot_pll:
190
  continue