from math import *
N=int(input())
for i in range (2,N+1):

     a=i

    for i in range (2,N+1):

相关文章: