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

     a=i

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

相关文章:

  • 2022-02-15
  • 2022-12-23
  • 2021-10-21
  • 2021-07-17
  • 2022-12-23
  • 2022-01-17
  • 2022-01-19
  • 2021-05-25
猜你喜欢
  • 2021-08-12
  • 2021-06-15
  • 2021-05-29
  • 2021-12-09
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案