# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1097044 | vibeslayer | Košnja (COCI17_kosnja) | Cpython 3 | 183 ms | 3668 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
for tc in range(int(input())):
a, b = map(int, input().split())
k = min(a, b)
print(2*k - 2)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |