# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
885995 | 2023-12-11T10:21:06 Z | karimov | 홀-짝 수열 (IZhO11_oddeven) | C++17 | 0 ms | 0 KB |
import math n = float(input()) x = math.ceil((math.ceil(math.sqrt(8 * n + 1)) - 1) / 2) print(2*n-x)
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
885995 | 2023-12-11T10:21:06 Z | karimov | 홀-짝 수열 (IZhO11_oddeven) | C++17 | 0 ms | 0 KB |
import math n = float(input()) x = math.ceil((math.ceil(math.sqrt(8 * n + 1)) - 1) / 2) print(2*n-x)