# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
497500 | 2021-12-23T07:37:01 Z | Irkkappattar | Red-blue table (IZhO19_stones) | Python 3 | 0 ms | 0 KB |
a=int(print()) b=int(print()) if a==b and a%2==0: print(int(a/2)+b-1) else: print(int(a/2)+b)