Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program that inputs a positive integer ~n~. Print the first ~n~ natural numbers.
Input
- A positive integer ~n~ ~(n ≤ 10^6)~.
Output
- Print the first ~n~ natural numbers.
Sample Input
4
Sample Output
1 2 3 4
Bình luận