# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
319150 | sofapuden | Odd-even (IZhO11_oddeven) | Cpython 3 | 2085 ms | 2924 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.
n = int(input())
x = 1
y = 1
while(y < n):
x+=1
y+=x
print(2*n-x)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |