Dãy nhị phân B42

View as PDF

Submit solution

Points: 100.00 (partial)
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Hãy liệt kê dãy nhị phân có độ dài ~n~ ~(n≤10)~ theo thứ tự từ điển

Dữ liệu vào: chỉ ghi số nguyên dương ~n~.

Kết quả: mỗi dòng là một dãy nhị phân theo yêu cầu bài toán.

Ví dụ:
INPUT
3
OUTPUT
000
001
010
011
100
101
110
111

Comments

Please read the guidelines before commenting.


There are no comments at the moment.