Write a program that repeatedly reads two numbers
Sample Input
Copy
3
2 1
2 0
4 2
Sample Output
Copy
The bit patterns are
10
01
The bit patterns are
00
The bit patterns are
1100
1010
1001
0110
0101
0011
Write a program that repeatedly reads two numbers
3
2 1
2 0
4 2
The bit patterns are
10
01
The bit patterns are
00
The bit patterns are
1100
1010
1001
0110
0101
0011
Comments
Since the checker was not implemented properly, it was fixed, and all submissions were rejudged.