Tên đăng nhập Điểm ▾ Bài tập Giới thiệu
20901
xuandong1977
Nguyễn Xuân Đông
726 2
20902 726 4
20903
b256 1119
723 3
20903 723 3
20905
lemon4life 1443
Hoàng Nguyên Anh
723 3
20906 723 6
20907 722 5
20908 721 3
20908 721 3
20910 720 4
20911 720 9
20911 720 9
20913 720 1

Tui La 1 Coder vay thoi

20913 720 1
20913 720 1
20913 720 1
20917 720 9
20918 720 3
20919 719 5
20920 719 6
20921 719 4
20922 719 7
20922 719 7
20922 719 7
20925 718 2
20926 718 3
20927 718 3
20928 717 8
20929 716 9
20930 716 2
20931 716 5
20932 714 10
20933 713 1
20933 713 1
20935 712 9
20935 712 9
20937 712 8
20938
ddphat
Đỗ Đức Phát
711 6
20939
Nam_Duy14 1107
Tran Nam Duy
711 10

chip

20940 711 7
20941 710 4
20942 710 7
20942 710 7
20942 710 7
20945 709 4
20946 709 3
20947 709 9
20948 709 8
20949 708 8
20950 707 6
20951 707 9
20951
PY1DBuiTuanKhoa
Bùi Tuấn Khoa
707 9
20953 707 2
20954 706 5
20955 706 6
20956 706 1
20957 705 4
20957 705 2
20959 704 3
20960 704 4
20961 703 3
20962 702 5
20963 702 5
20964
No_Name
Nghiêm Lê Quỳnh
701 1
20964 701 1
20966 701 3
20967 700 8
20967 700 8
20967
BL7C23_NhiênNT
Nguyễn Trung An Nhiên
700 8
20970 700 1
20970 700 1
20970
NNam 821
700 1
20970 700 1
20970 700 1
20975 700 7
20976 699 3
20977
smileviel 993
Nguyễn Tùng Dương
699 1
20978 698 6
20979 697 10
20980 697 4
20981 697 9
20982 697 2
20983 696 3
20984 695 8
20985 695 10
20986 694 9
20987 694 6
20988
ann0105
SBD17_AN
694 7
20989 694 9

acc phụ , lập cho vui

20990 693 7
20991 693 1

def find_nth_number(n):
from math import sqrt, ceil
def is_prime(num):
if num <= 1:
return False
for i in range(2, int(sqrt(num)) + 1):
if num % i == 0:
return False
return True
def find_largest_prime(n):
for i in range(int(sqrt(n)), 1, -1):
if is_prime(i):
return i
largest_prime = find_largest_prime(n)
count = [0] * (largest_prime + 1)
total_count = 0
i = 2
while total_count < n:
count[i] += i
total_count += count[i]
i += 1
while total_count > n:
i -= 1
total_count -= count[i]
return i * (n - total_count + count[i])
n = int(input())
result = find_nth_number(n)
print(result)

20992 692 2
20992
icyalmond
Vũ Gia Bảo
692 2
20992 692 2
20992 692 2
20992 692 2
20992 692 2
20992 692 2
20992 692 2
21000 691 2