#28195: python 一行解


jeter.nice@gmail.com (唯一)

學校 : 德明財經科技大學
編號 : 112857
來源 : [60.251.47.215]
最後登入時間 :
2023-04-16 13:02:46
a147. Print it all | From: [59.120.39.82] | 發表日期 : 2021-11-17 23:31

exec('import sys\nfor j in map(int,sys.stdin):print(" ".join([str(i) for i in range(1,j) if i !=0 and i % 7 != 0]))')
 
ZeroJudge Forum