Submission #1109826

#TimeUsernameProblemLanguageResultExecution timeMemory
1109826Kirill22Odd-even (IZhO11_oddeven)Pypy 3
0 / 100
38 ms18364 KiB
import math n = int(input()) print(2 * n - math.floor((1 + math.sqrt(8 * n - 7)) / 2))
#Verdict Execution timeMemoryGrader output
Fetching results...