In số
Submit solution
Points:
10.00 (partial)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Problem source:
Problem types
Allowed languages
C, C++, Java, Pascal, Python, Scratch, TEXT
Yêu cầu:
Nhập vào số nguyên N. In ra dãy số như mẫu trong ví dụ.
Dữ liệu:
Số nguyên N. ~(1 \le N \le 100)~
Kết quả:
Dãy số như yêu cầu.
Input:
15
Output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Comments