We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c608c commit 28cd22eCopy full SHA for 28cd22e
solutions/beecrowd/1067/1067.py
@@ -0,0 +1,5 @@
1
+import sys
2
+
3
+for line in sys.stdin:
4
+ for i in range(1, int(line) + 1, 2):
5
+ print(i)
0 commit comments